From: Antony Dovgal Date: Sun, 21 Nov 2004 13:35:32 +0000 (+0000) Subject: fix yet another typo X-Git-Tag: RELEASE_0_2~646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b25e4f3d6662219a00ffd17336dda7fb9919ae;p=php fix yet another typo --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 93d872b5a6..1c9ee20d69 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4764,7 +4764,7 @@ PHP_FUNCTION(str_split) } if (split_length <= 0) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater then zero."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater than zero."); RETURN_FALSE; }