From: Antony Dovgal Date: Sun, 21 Nov 2004 13:35:50 +0000 (+0000) Subject: fix yet another typo X-Git-Tag: php-5.0.3RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3222f1defb731349e48b651acc4e6ef823fd1216;p=php fix yet another typo --- diff --git a/ext/standard/string.c b/ext/standard/string.c index c6e52f0957..a84687f2de 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4712,7 +4712,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; }