bjori           Wed Dec 26 21:03:12 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /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&r2=1.224.2.22.2.26&diff_format=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.224.2.22.2.25 
php-src/ext/mbstring/mbstring.c:1.224.2.22.2.26
--- php-src/ext/mbstring/mbstring.c:1.224.2.22.2.25     Mon Sep 24 11:51:36 2007
+++ php-src/ext/mbstring/mbstring.c     Wed Dec 26 21:03:12 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.224.2.22.2.25 2007/09/24 11:51:36 hirokawa Exp $ */
+/* $Id: mbstring.c,v 1.224.2.22.2.26 2007/12/26 21:03:12 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

Reply via email to