]> granicus.if.org Git - php/commitdiff
Fixed typo
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 9 Nov 2002 23:10:02 +0000 (23:10 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 9 Nov 2002 23:10:02 +0000 (23:10 +0000)
ext/mbstring/mbstring.c

index 588ae84e862cf68768478d804a13eee5da4b3d46..6a2e261f906e12425367cbb65d3daf778d010d55 100644 (file)
@@ -2645,7 +2645,7 @@ PHP_FUNCTION(mb_convert_case)
 }
 /* }}} */
 
-/* {{{ proto string mb_strtoupper(string sourcestring, [, string encoding])
+/* {{{ proto string mb_strtoupper(string sourcestring [, string encoding])
  *  Returns a uppercased version of sourcestring
  */
 PHP_FUNCTION(mb_strtoupper)
@@ -2668,7 +2668,7 @@ PHP_FUNCTION(mb_strtoupper)
 }
 /* }}} */
 
-/* {{{ proto string mb_strtolower(string sourcestring, [, string encoding])
+/* {{{ proto string mb_strtolower(string sourcestring [, string encoding])
  *  Returns a lowercased version of sourcestring
  */
 PHP_FUNCTION(mb_strtolower)