moriyoshi               Mon Oct  7 16:12:48 2002 EDT

  Modified files:              
    /php4/ext/mbstring  php_mbregex.c 
  Log:
  Fixed typo.
  
  
  
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.12 php4/ext/mbstring/php_mbregex.c:1.13
--- php4/ext/mbstring/php_mbregex.c:1.12        Mon Oct  7 13:59:48 2002
+++ php4/ext/mbstring/php_mbregex.c     Mon Oct  7 16:12:48 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_mbregex.c,v 1.12 2002/10/07 17:59:48 moriyoshi Exp $ */
+/* $Id: php_mbregex.c,v 1.13 2002/10/07 20:12:48 moriyoshi Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -974,7 +974,7 @@
 }
 /* }}} */
 
-/* {{{ proto bool mb_regex_set_options([string encoding])
+/* {{{ proto bool mb_regex_set_options([string options])
    Set the default options for mbregex functions */
 PHP_FUNCTION(mb_regex_set_options)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to