From 8f1fb5768ba839223f2b3dbb91a38aa1469e1c72 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 7 Oct 2002 20:12:48 +0000 Subject: Fixed typo. --- ext/mbstring/php_mbregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 34e5980f5c..d69b26173c 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -974,7 +974,7 @@ PHPAPI int php_mb_regex_set_options_by_string( const char *opt_str, int len ) } /* }}} */ -/* {{{ 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) { -- cgit v1.2.1