]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
/me kicks self
authorCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:02:04 +0000 (21:02 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:02:04 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100983 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 775767322bd2f89ff778b37834c215af74200702..00cfbe9fe5a1c08f5c73fd93ff5aec84b0b81725 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/13 20:59:43 $]
+Last modified at [$Date: 2003/08/13 21:02:04 $]
 
 Release:
 
@@ -65,7 +65,7 @@ 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 mod_deflate so that does not call deflate() without checking
+    * Fix mod_deflate so that it 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]