]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix mispelled module name (helps look for applicable fixes)
authorJeff Trawick <trawick@apache.org>
Sun, 29 Mar 2009 13:58:46 +0000 (13:58 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 29 Mar 2009 13:58:46 +0000 (13:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759681 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5ec2e26d2f1383eeabd638873cf1355d8123f835..fbee2a86f99dc0a3ffaaf2d5c65164a91b47d558 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -403,7 +403,7 @@ Changes with Apache 2.3.0
   *) core: fix origin checking in SymlinksIfOwnerMatch
      PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
 
-  *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
+  *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
      'most' set for '--enable-modules' and '--enable-shared-mods'. Include 
      mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]