From 39b25e4f3d6662219a00ffd17336dda7fb9919ae Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 21 Nov 2004 13:35:32 +0000 Subject: [PATCH] fix yet another typo --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index 93d872b5a61..1c9ee20d69a 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; }