]> granicus.if.org Git - php/commitdiff
Changed wording
authorMatt Wilmas <mattwil@php.net>
Tue, 5 May 2009 00:55:27 +0000 (00:55 +0000)
committerMatt Wilmas <mattwil@php.net>
Tue, 5 May 2009 00:55:27 +0000 (00:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 73639110366b8878c1cd17fd6dadf4c20992c70d..b49bfa9a546eb9f2ae59c6f129416c0f6989d0d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ PHP                                                                        NEWS
   open(2) system call. (Mikko)
 - 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 response. It's possible to
+  "Transfer-Encoding: chunked" header is present in response. It's possible to
   disable this behaviour using "http"=>array("auto_decode"=>0) in stream
   context. (Dmitry)
 - Added ability to throw exceptions from SQLite3 instead of warnings. (Scott)