]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ha, serves me right for playing Grammar Police without reading the whole
authorCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 20:59:43 +0000 (20:59 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 20:59:43 +0000 (20:59 +0000)
thing.  I didn't know what to do about "passing calling" so I just reworded
the first sentence.  (Why am I nitpicking this?  I haven't the foggiest
idea.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100981 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6d4352ddabfa450fabdfadfe4baa9d8905462fae..775767322bd2f89ff778b37834c215af74200702 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/13 20:47:41 $]
+Last modified at [$Date: 2003/08/13 20:59:43 $]
 
 Release:
 
@@ -65,10 +65,10 @@ PATCHES TO PORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
-    * Fix bug in mod_deflate, which was passing calling deflate()
-      without checking first whether it has something to
-      deflate. (Currently this causes deflate to generate a fatal
-      error according to the zlib spec.)  PR 22259. [Stas Bekman]
+    * Fix mod_deflate so that does not call deflate() without checking
+      first whether it has something to deflate. (Currently this causes
+      deflate to generate a fatal error according to the zlib spec.)
+      PR 22259. [Stas Bekman]
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_deflate.c.diff?r1=1.35&r2=1.36
       +1: stas