]> granicus.if.org Git - php/commitdiff
Fix typo in Bug #67406 NEWS entry
authorLior Kaplan <kaplanlior@gmail.com>
Sun, 15 Jun 2014 21:26:01 +0000 (00:26 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Sun, 15 Jun 2014 21:26:01 +0000 (00:26 +0300)
NEWS

diff --git a/NEWS b/NEWS
index ffd8e5164c43faeea1ae6f170780bbd55c0c4f6e..62830961192f97d7e2e9646ec62151ac1b86ad6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ PHP                                                                        NEWS
   . Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
 
 - CLI server:
-  . Fixed Bug #67406i (built-in web-server segfaults on startup). (Remi)
+  . Fixed Bug #67406 (built-in web-server segfaults on startup). (Remi)
 
 - Date:
   . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).