]> granicus.if.org Git - php/commitdiff
Made entry more consistent.
authorEdin Kadribasic <edink@php.net>
Thu, 24 Jan 2002 17:54:45 +0000 (17:54 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 24 Jan 2002 17:54:45 +0000 (17:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 108f42c2b164a704df244d06a0089be267ecd6ea..9f616b24965a1ec9c38522d3452d3a2a500629dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -105,7 +105,7 @@ PHP 4                                                                      NEWS
 - Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
   not been called. (Sterling)
 - Added array_change_key_case() function that returns array with
-  with all string keys lowercased or uppercased. (EdinK)
+  with all string keys lowercased or uppercased. (Edin)
 - Added parameter to ircg_pconnect to suppress treating non-fatal errors
   as fatal, and added conversion of Windows quotes to &quot;. (Sascha)
 - Added pcntl_exec() function which behaves similar to the system execve.