bjori Wed Dec 26 21:01:15 2007 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: Fix typo (TAKAGI Masahiro) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.273&r2=1.274&diff_format=u Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.273 php-src/ext/mbstring/mbstring.c:1.274 --- php-src/ext/mbstring/mbstring.c:1.273 Sun Oct 7 05:15:04 2007 +++ php-src/ext/mbstring/mbstring.c Wed Dec 26 21:01:15 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.273 2007/10/07 05:15:04 davidw Exp $ */ +/* $Id: mbstring.c,v 1.274 2007/12/26 21:01:15 bjori Exp $ */ /* * PHP 4 Multibyte String module "mbstring" @@ -2323,7 +2323,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