]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add missing 'e'
authorRuediger Pluem <rpluem@apache.org>
Fri, 1 Apr 2016 14:02:58 +0000 (14:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 1 Apr 2016 14:02:58 +0000 (14:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1737393 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7be55d6cfacf15f3bf95c32a85095a596a6f4bfb..65c8b54a8a0841cc07090c4ba488d6a4436382cb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,11 +4,11 @@ Changes with Apache 2.4.20
 
   *) core: Do not read .htaccess if AllowOverride and AllowOverrideList
      are "None". PR 58528.
-     [Michael Schlenker <msc contact.de, Ruediger Plum, Daniel Ruggeri]
+     [Michael Schlenker <msc contact.de, Ruediger Pluem, Daniel Ruggeri]
 
   *) mod_proxy_express: Fix possible use of DB handle after close.  PR 59230.
      [Petr <pgajdos suse.cz>]
-     
+
   *) core/util_script: relax alphanumeric filter of enviroment variable names
      on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
      unadulterated in 64 bit versions of Windows. PR 46751.