summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-02-08 12:14:09 +0000
committerYann Ylavic <ylavic@apache.org>2022-02-08 12:14:09 +0000
commit448a49613cbec50c89da1409be661da10c926efe (patch)
tree2d5afb5afee4003514913f9ea872577667ca36ab /CHANGES
parent17f35eb66d17bc89a9d2dfb590ddb666e8795a16 (diff)
downloadhttpd-448a49613cbec50c89da1409be661da10c926efe.tar.gz
Fix CHANGES typo. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 54a6d77ee8..adae633c67 100644
--- 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.