summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-11-21 13:35:50 +0000
committerAntony Dovgal <tony2001@php.net>2004-11-21 13:35:50 +0000
commit3222f1defb731349e48b651acc4e6ef823fd1216 (patch)
tree674ebf389d6ec908b291abb131548d1876bc00f2
parentb65cff0f53d7b34b7bfad1becab47e5446d2dd9b (diff)
downloadphp-git-3222f1defb731349e48b651acc4e6ef823fd1216.tar.gz
fix yet another typo
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
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;
}