From: Cliff Woolley Date: Fri, 27 Aug 2004 19:54:28 +0000 (+0000) Subject: grammar police X-Git-Tag: STRIKER_2_0_51_RC1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225819f5773d6debe37ed1ff972fd1dc3c99af84;p=thirdparty%2Fapache%2Fhttpd.git grammar police git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104869 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0694bdfe924..98d44b709f2 100644 --- 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.