]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo.
authorRainer Jung <rjung@apache.org>
Sun, 25 Jul 2010 10:34:29 +0000 (10:34 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 25 Jul 2010 10:34:29 +0000 (10:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@979015 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f808e00365c8bbe5cc90bf51b8b9104673f74f7a..3aad360abe4603432379c2a3a9ca5eb280c97d22 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -35,7 +35,7 @@ Changes with Apache 2.2.16
      an action to happen when a URL maps to no file, without resorting
      to ErrorDocument or mod_rewrite.  PR 47184 [Nick Kew]
 
-  *) mod_rewrite: Allow to set environment variables without explicitely
+  *) mod_rewrite: Allow to set environment variables without explicitly
      giving a value. [Rainer Jung]