]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix CHANGES typo s/mpm/mod/ [skip ci].
authorYann Ylavic <ylavic@apache.org>
Mon, 12 Jul 2021 10:36:51 +0000 (10:36 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 12 Jul 2021 10:36:51 +0000 (10:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891478 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a2a66191895b44ab54999fcdc9217ed552790111..bdab5f9d8f2c2564bc3d163554481b46ac63c8ab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,7 +20,7 @@ Changes with Apache 2.5.1
 
   *) mod_h2: Don't strip headers from 304 responses.  [Yann Ylavic]
 
-  *) mpm_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
+  *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
      with others when their URLs contain a '$' substitution.  PR 65419.
      [Yann Ylavic]