]> granicus.if.org Git - php/commitdiff
Fixed a typo
authorIlia Alshanetsky <iliaa@php.net>
Fri, 30 Nov 2007 00:12:18 +0000 (00:12 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 30 Nov 2007 00:12:18 +0000 (00:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c9addfbc6f404189b5133633a6eac0a0de23b21b..2ac5ec4ff5d27a67a7e3bde04cd5d6acff5a8b01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ PHP                                                                        NEWS
 - Fixed bug #43248 (backward compatibility break in realpath()). (Dmitry)
 - Fixed bug #43221 (SimpleXML adding default namespace in addAttribute). (Rob)
 - Fixed bug #43216 (stream_is_local() returns false on "file://"). (Dmitry)
-- Fixed bug #43201 (Crash on using unitialized vals and __get/__set). (Dmitry)
+- Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). (Dmitry)
 - Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file 
   truncation). (Ilia)
 - Fixed bug #43175 (__destruct() throwing an exception with __call() causes