소스 검색

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"
     );