]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
LoadModule mod_english (thanks cliff)
authorStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 20:47:41 +0000 (20:47 +0000)
committerStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 20:47:41 +0000 (20:47 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index bd890d934274e483557c29c91e2960f355ec9516..6d4352ddabfa450fabdfadfe4baa9d8905462fae 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/13 16:55:21 $]
+Last modified at [$Date: 2003/08/13 20:47:41 $]
 
 Release:
 
@@ -66,9 +66,9 @@ PATCHES TO PORT FROM 2.1
     identify exactly what the proposed changes are! ]
 
     * Fix bug in mod_deflate, which was passing calling deflate()
-      without checkinig 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]
+      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