]> granicus.if.org Git - php/commitdiff
MFH: Fix typo (TAKAGI Masahiro)
authorHannes Magnusson <bjori@php.net>
Wed, 26 Dec 2007 21:02:46 +0000 (21:02 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 26 Dec 2007 21:02:46 +0000 (21:02 +0000)
ext/mbstring/mbstring.c

index c4e9ce8e390a3ce912fcaf60b527b67cb533189e..afe7c4cfcc31f314ccd7b68b1c085859a3f7ee0a 100644 (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;
        }