From: Adam Harvey Date: Fri, 23 Jul 2010 09:02:14 +0000 (+0000) Subject: MFH: fix bug #52380 (Typo in lcfirst comment docs). X-Git-Tag: php-5.3.4RC1~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aceb07efd495b65f51e3a0a1bbac2371a33f63c;p=php MFH: fix bug #52380 (Typo in lcfirst comment docs). --- diff --git a/NEWS b/NEWS index 833fd28573..be24522294 100644 --- 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) diff --git a/ext/standard/string.c b/ext/standard/string.c index 6e0b298101..c371a5873a 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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) {