]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix CHANGES typo. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 12:14:09 +0000 (12:14 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 12:14:09 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897862 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 54a6d77ee8098059a20bacbb6c396512cffe95cb..adae633c6797324e968756435abcd8a6da6255b4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@ Changes with Apache 2.5.1
   *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
      when an efficient TLS implementation is available. [Yann Ylavic]
 
-  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
+  *) mod_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
 
   *) mod_dav: Fix regression when gathering properties which could lead to huge
      memory consumption proportional to the number of resources.