]> granicus.if.org Git - php/commitdiff
fix typo
authorMichael Wallner <mike@php.net>
Tue, 18 May 2010 08:02:10 +0000 (08:02 +0000)
committerMichael Wallner <mike@php.net>
Tue, 18 May 2010 08:02:10 +0000 (08:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0a8680d6f4e7e997529d22ade1f13e8df658fdb8..dc80239fa38fa5bfdbe2d229a6f04ea4d9a0453f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ PHP                                                                        NEWS
 - Added stream filter support to mcrypt extension (ported from 
   mcrypt_filter). (Stas)
 - Added full_special_chars filter to ext/filter (Rasmus)
-- Added backlock socket context option for stream_socket_server(). (Mike)
+- Added backlog socket context option for stream_socket_server(). (Mike)
 
 - Changed namespaced classes so that the ctor can only be named
   __construct now. (Stas)