]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
grammar police
authorCliff Woolley <jwoolley@apache.org>
Fri, 27 Aug 2004 19:54:28 +0000 (19:54 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 27 Aug 2004 19:54:28 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104869 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0694bdfe9249f2dd9ff2f5d6353ae0420b243461..98d44b709f23d9d92dffa00c5ecf3e2bf30dc85f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 Changes with Apache 2.0.51
 
   *) mod_include no longer checks for recursion, because that's done
-     in the core. This allows for carefully usage of recursive SSI.
+     in the core. This allows for careful usage of recursive SSI.
      [AndrĂ© Malo]
 
   *) Fix memory leak in the cache handling of mod_rewrite. PR 27862.