]> granicus.if.org Git - php/commitdiff
Minor NEWS grammar fixes
authorChristopher Jones <sixd@php.net>
Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 63714b54a1f9007cfa49c2551f1b69ecd8753ed4..1d574c1a94c5052909f91eb75d3fc750d9f13567 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs).
     (klightspeed at netspace dot net dot au)
-  . Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory).
-    (Felipe)
+  . Fixed bug #52624 (tempnam() by-pass open_basedir with nonnexistent
+    directory). (Felipe)
 
 - PHP-FPM SAPI:
   . Fixed bug #60179 (php_flag and php_value does not work properly). (fat)