bjori Wed Dec 26 21:02:46 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: MFH: Fix typo (TAKAGI Masahiro) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.2&r2=1.224.2.22.2.25.2.3&diff_format=u Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.224.2.22.2.25.2.2 php-src/ext/mbstring/mbstring.c:1.224.2.22.2.25.2.3 --- php-src/ext/mbstring/mbstring.c:1.224.2.22.2.25.2.2 Sun Oct 7 05:22:04 2007 +++ php-src/ext/mbstring/mbstring.c Wed Dec 26 21:02:46 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.224.2.22.2.25.2.2 2007/10/07 05:22:04 davidw Exp $ */ +/* $Id: mbstring.c,v 1.224.2.22.2.25.2.3 2007/12/26 21:02:46 bjori Exp $ */ /* * PHP 4 Multibyte String module "mbstring" @@ -2325,7 +2325,7 @@ 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; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php