]> granicus.if.org Git - php/commitdiff
Fixed two typos in NEWS.
authorMartin Jansen <mj@php.net>
Fri, 19 Nov 2010 18:38:23 +0000 (18:38 +0000)
committerMartin Jansen <mj@php.net>
Fri, 19 Nov 2010 18:38:23 +0000 (18:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2e74013c80744e30ad3125e98b026081c4a0fcb2..322c7396eb2cb642b04e8ff6126a470dace1abce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,7 +37,7 @@
 - Added a 3rd parameter to get_html_translation_table. It now takes a charset
   hint, like htmlentities et al. (Gustavo)
 
-- Path with NULL in them (foo\obar.txt) are now considered as invalid. (Rasmus)
+- Paths with NULL in them (foo\0bar.txt) are now considered as invalid. (Rasmus)
 - Fixed a possible double free in imap extension (Identified by Mateusz 
   Kocielski). (CVE-2010-4150). (Ilia)
 - Fixed NULL pointer dereference in ZipArchive::getArchiveComment.