]> 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:33:09 +0000 (00:33 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 29d491c864f8f7775a1fd866cfb298e0381d33de..58de645ca97704083fe7ec27b5531a33bfd86601 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).