summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-01-09 12:10:49 +0000
committerJoe Orton <jorton@apache.org>2023-01-09 12:10:49 +0000
commit10499b4f89d29ee9d2d85a6bdc19bfd61002fa23 (patch)
treedd5fc9f72e6dc2c8b7e04df51ca2f435a1c29aef
parent7db7d2852058192e8f0f35f406b8740cc75ddd1b (diff)
downloadhttpd-10499b4f89d29ee9d2d85a6bdc19bfd61002fa23.tar.gz
Fix typo. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906491 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 83db0b3500..dd76e49d50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
Changes with Apache 2.4.55
*) mod_proxy: The AH03408 warning for a forcibly closed backend
- connect is now logged at INFO level. [Yann Ylavic]
+ connection is now logged at INFO level. [Yann Ylavic]
*) mod_ssl: When dumping the configuration, the existence of
certificate/key files is no longer tested. [Joe Orton]