]> granicus.if.org Git - php/commitdiff
Was actually an ucwords() problem...
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 28 Feb 2003 13:32:46 +0000 (13:32 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 28 Feb 2003 13:32:46 +0000 (13:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a360f6e9069d21192ecc85171c19aa8304e55899..985021b52beddf7232ce7328245b224fc803b3fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,7 +72,7 @@ PHP 4                                                                      NEWS
 - Fixed bug #21809 (select would not always timeout during socket shutdown). (Wez)
 - Fixed bug #21725 (return behaviour differs between include and require). (Zeev)
 - Fixed bug #21713 (include remote files leaks descriptors on Solaris). (Wez)
-- Fixed bug #21708 (ucfirst() trouble again). (Moriyoshi)
+- Fixed bug #21708 (ucwords() trouble again). (Moriyoshi)
 - Fixed bug #21689 (fgetcsv() suppresses some characters before a separator).
   (Masahiro, Moriyoshi)
 - Fixed bug #21912, #21676 (GetImageSize() failed for remote files). (Wez)