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

index c6e52f095719b0a7979a55eb95ea6c22d0d0c42f..a84687f2def97e12187c5df89f842647a17fb7da 100644 (file)
@@ -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;
        }