From: Xinchen Hui Date: Wed, 7 Sep 2011 00:56:52 +0000 (+0000) Subject: fixed typo X-Git-Tag: php-5.3.9RC1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f672ac0ba2649aa844dde90dbc886c6cfa2bebd;p=php fixed typo --- diff --git a/ext/sockets/tests/socket_strerror.phpt b/ext/sockets/tests/socket_strerror.phpt index 3fb788f3d0..7985fadbab 100644 --- a/ext/sockets/tests/socket_strerror.phpt +++ b/ext/sockets/tests/socket_strerror.phpt @@ -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--