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

index fb14aeec39ba18a5ec6cb562889f1ffaa04ae662..a89b59151740a27b7843bd922fe3961381a6b138 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;
        }