瀏覽代碼

Fixed typo.

H. Westphal 13 年之前
父節點
當前提交
22cb11d057
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/PredisShared.php

+ 1 - 1
test/PredisShared.php

@@ -11,7 +11,7 @@
 
 if (!file_exists(__DIR__.'/enable.tests')) {
     exit(
-        "Please create an empty file named 'enabled.tests' inside the test directory ".
+        "Please create an empty file named 'enable.tests' inside the test directory ".
         "in order to proceed.\n\n*** DO NOT *** run this test suite against servers in ".
         "a production environment or containing data you are interested in!\n"
     );