]> granicus.if.org Git - php/commitdiff
Fixed typo
authorIlia Alshanetsky <iliaa@php.net>
Mon, 20 Apr 2009 14:08:43 +0000 (14:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 20 Apr 2009 14:08:43 +0000 (14:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3a5b17e3b41cd1947a43019b4ae7a590ddcddf4b..effe52f532a3a3466494cf0c38aa6156a356ef6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,9 @@ PHP                                                                        NEWS
 - Upgraded bundled PCRE to version 7.9. (Nuno)
 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
   open(2) system call. (Mikko)
-- Added "dechunk" filter which can decode HTTP responces with chunked
+- Added "dechunk" filter which can decode HTTP responses with chunked
   transfer-encoding. HTTP streams use this filter automatically in case
-  "Transfer-Encoding: chunked" header presents in responce. It's possible to
+  "Transfer-Encoding: chunked" header presents in response. It's possible to
   disable this behaviour using "http"=>array("auto_decode"=>0) in stream
   context. (Dmitry)