From: Hannes Magnusson Date: Wed, 26 Dec 2007 21:02:46 +0000 (+0000) Subject: MFH: Fix typo (TAKAGI Masahiro) X-Git-Tag: RELEASE_1_3_1~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4e95c3e19e052182adf688d475c39ee5d58d6ee;p=php MFH: Fix typo (TAKAGI Masahiro) --- 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; }