From: Michael Wallner Date: Tue, 18 May 2010 08:02:10 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.3.3RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a402bf368da3fc0b7d37b0170fb68b5ccf8eda3;p=php fix typo --- diff --git a/NEWS b/NEWS index 0a8680d6f4..dc80239fa3 100644 --- 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)