소스 검색

[tests] Fix typo.

Daniele Alessandri 9 년 전
부모
커밋
4dea992cd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Predis/PubSub/DispatcherLoopTest.php

+ 1 - 1
tests/Predis/PubSub/DispatcherLoopTest.php

@@ -32,7 +32,7 @@ class DispatcherLoopTest extends PredisTestCase
             'host' => REDIS_SERVER_HOST,
             'port' => REDIS_SERVER_PORT,
             'database' => REDIS_SERVER_DBNUM,
-            // Prevents suite from handing on broken test
+            // Prevents suite from hanging on broken test
             'read_write_timeout' => 2,
         );