浏览代码

[tests] Fix typo.

Daniele Alessandri 9 年之前
父节点
当前提交
833e46b79d
共有 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,
         );