]> granicus.if.org Git - apache/commitdiff
Fix typo.
authorRainer Jung <rjung@apache.org>
Fri, 18 Jul 2014 11:29:17 +0000 (11:29 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 18 Jul 2014 11:29:17 +0000 (11:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1611595 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 16f947b4cadafa94e0e9a8ea7b19d6cacc2fbf4c..278bb239e0696d2f62045700b31ffd131229581e 100644 (file)
--- 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]