From: Rainer Jung Date: Fri, 18 Jul 2014 11:29:17 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.4.11~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f71e1df2f50d317d84ae22d5d78aee2b1f61d0aa;p=apache Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1611595 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 16f947b4ca..278bb239e0 100644 --- a/CHANGES +++ b/CHANGES @@ -22,7 +22,7 @@ Changes with Apache 2.4.10 *) 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 + avoid denial of service via highly compressed bodies. See directives DeflateInflateLimitRequestBody, DeflateInflateRatioLimit, and DeflateInflateRatioBurst. [Yann Ylavic, Eric Covener]