]> granicus.if.org Git - php/commitdiff
fixed typo
authorXinchen Hui <laruence@php.net>
Wed, 7 Sep 2011 00:56:52 +0000 (00:56 +0000)
committerXinchen Hui <laruence@php.net>
Wed, 7 Sep 2011 00:56:52 +0000 (00:56 +0000)
ext/sockets/tests/socket_strerror.phpt

index 3fb788f3d05f3303c61486005587da76d08dbc8e..7985fadbab4a743b28ed1c103a6c8299ad195b17 100644 (file)
@@ -9,7 +9,7 @@ fa@php.net
         die('skip sockets extension not available.');
     }
     if (!stristr(PHP_OS, "Linux")) {
-        die('skip - test validtes linux error strings only.');
+        die('skip - test validates linux error strings only.');
     }
 ?>
 --FILE--