]> granicus.if.org Git - php/commitdiff
Update dict_suggest.phpt
authormarcosptf <marcosptf@yahoo.com.br>
Fri, 7 Aug 2015 17:10:32 +0000 (14:10 -0300)
committermarcosptf <marcosptf@yahoo.com.br>
Fri, 7 Aug 2015 17:10:32 +0000 (14:10 -0300)
ext/enchant/tests/dict_suggest.phpt

index 8452e9c3baef1502d9cccaec86fdb0a3f40f055d..8ab05037c6b3a4050f2d494a0d91b2494846c023 100644 (file)
@@ -22,7 +22,7 @@ if (is_resource($broker)) {
         if (is_array($dictSuggest)) {
             echo("OK\n");
         } else {
-            echo("dict quick check failed\n");
+            echo("dict suggest failed\n");
         }
         
     } else {