From: Stas Bekman Date: Wed, 13 Aug 2003 20:50:04 +0000 (+0000) Subject: spelling fix X-Git-Tag: pre_ajp_proxy~1272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a130272ede386eca72cecd94d9877d1aaf8b10f;p=apache spelling fix 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 --- diff --git a/CHANGES b/CHANGES index eff45012d7..abfe3d5179 100644 --- 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.