MFH: Fix typo (TAKAGI Masahiro)

This commit is contained in:
Hannes Magnusson 2007-12-26 21:02:46 +00:00
parent edee094851
commit b4e95c3e19

View File

@ -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;
}