]> granicus.if.org Git - apache/commitdiff
spelling fix
authorStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 20:50:04 +0000 (20:50 +0000)
committerStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 20:50:04 +0000 (20:50 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

CHANGES

diff --git a/CHANGES b/CHANGES
index eff45012d7de0180eea3377c449033cf6e9db92f..abfe3d51797152405fa56cbff7412e4e079c13fc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,9 +10,9 @@ Changes with Apache 2.1.0-dev
      [Cliff Woolley]
 
   *) 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]
 
   *) Avoid an infinite recursion, which occured if the name of an included
      config file or directory contained a wildcard character. PR 22194.