]> granicus.if.org Git - php/commitdiff
fix yet another typo
authorAntony Dovgal <tony2001@php.net>
Sun, 21 Nov 2004 13:35:32 +0000 (13:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 21 Nov 2004 13:35:32 +0000 (13:35 +0000)
ext/standard/string.c

index 93d872b5a6181e2ab47c13763ac76864853d2bb0..1c9ee20d69ab24ca5730897410253603bc5c8d04 100644 (file)
@@ -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;
        }