]> granicus.if.org Git - php/commitdiff
MFH: fix bug #52380 (Typo in lcfirst comment docs).
authorAdam Harvey <aharvey@php.net>
Fri, 23 Jul 2010 09:02:14 +0000 (09:02 +0000)
committerAdam Harvey <aharvey@php.net>
Fri, 23 Jul 2010 09:02:14 +0000 (09:02 +0000)
NEWS
ext/standard/string.c

diff --git a/NEWS b/NEWS
index 833fd28573751622a303233a5130254981c097fa..be24522294fb82ffb0da534cc890086ce36f7c43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2010, PHP 5.3.4
 
+- Fixed bug #52380 (Typo in lcfirst comment docs). (Adam)
 
 22 Jul 2010, PHP 5.3.3
 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia)
index 6e0b298101849c5acb12a223cd01b9cc8b9b5577..c371a5873aa91ee574d731cb52bc4fe5c16d8136 100644 (file)
@@ -2571,7 +2571,7 @@ static void php_lcfirst(char *str)
 }
 /* }}} */
 
-/* {{{ proto string ucfirst(string str)
+/* {{{ proto string lcfirst(string str)
    Make a string's first character lowercase */
 PHP_FUNCTION(lcfirst)
 {