From: Rainer Jung Date: Fri, 18 Jul 2014 11:30:09 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.2.28~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf1036c41403f35dfb99bec2f920f1b105fafff;p=thirdparty%2Fapache%2Fhttpd.git Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f50e367e28f..e2a5715f317 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ Changes with Apache 2.2.28 *) SECURITY: CVE-2014-0118 (cve.mitre.org) mod_deflate: The DEFLATE input filter (inflates request bodies) now limits the length and compression ratio of inflated request bodies to avoid - denial of sevice via highly compressed bodies. See directives + denial of service via highly compressed bodies. See directives DeflateInflateLimitRequestBody, DeflateInflateRatioLimit, and DeflateInflateRatioBurst. [Yann Ylavic, Eric Covener]