]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo.
authorRainer Jung <rjung@apache.org>
Fri, 18 Jul 2014 11:30:09 +0000 (11:30 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 18 Jul 2014 11:30:09 +0000 (11:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611596 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f50e367e28f81eaefa5ed4b48a7dc4da1df31879..e2a5715f3175ab10d45a441e497ba24c7f7ed706 100644 (file)
--- 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]