From: Hannes Magnusson Date: Wed, 26 Dec 2007 21:03:12 +0000 (+0000) Subject: MFH: Fix typo (TAKAGI Masahiro) X-Git-Tag: php-5.2.6RC1~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bcf63c56774f66f91aa169888f42a80cb5d5152;p=php MFH: Fix typo (TAKAGI Masahiro) --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index fb14aeec39..a89b591517 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; }