summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-12-26 21:02:46 +0000
committerHannes Magnusson <bjori@php.net>2007-12-26 21:02:46 +0000
commitb4e95c3e19e052182adf688d475c39ee5d58d6ee (patch)
tree9777a9cfdff17130763dd854dda89e7c4d18dc79
parentedee094851e8764b0116a7938ac1e03f08c41239 (diff)
downloadphp-git-b4e95c3e19e052182adf688d475c39ee5d58d6ee.tar.gz
MFH: Fix typo (TAKAGI Masahiro)
-rw-r--r--ext/mbstring/mbstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index c4e9ce8e39..afe7c4cfcc 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -2325,7 +2325,7 @@ PHP_FUNCTION(mb_strimwidth)
convert_to_long_ex(arg2);
from = Z_LVAL_PP(arg2);
if (from < 0 || from > Z_STRLEN_PP(arg1)) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of reange");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of range");
RETURN_FALSE;
}