summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2021-04-19 13:04:25 +0000
committerChristophe Jaillet <jailletc36@apache.org>2021-04-19 13:04:25 +0000
commit4754347970e03e5181a6618db158f509693ed280 (patch)
tree3efbbc53c6a06cce50c297929365405e8987edff /CHANGES
parent27b7e81cade3fd072ddf1eb996a77d328be36133 (diff)
downloadhttpd-4754347970e03e5181a6618db158f509693ed280.tar.gz
Fix some typos
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d089d5b3b9..5f7d63b413 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
- *) mod_lua: Add support to Lua 5.4 [Joe Orton, [Giovanni Bechis, Ruediger Pluem]
+ *) mod_lua: Add support to Lua 5.4 [Joe Orton, Giovanni Bechis, Ruediger Pluem]
*) mod_md: Tolerate a missing "revokeCert" or "keyChange" resource.
[Fraser Tweedale <ftweedal redhat.com>]
@@ -290,7 +290,7 @@ Changes with Apache 2.5.1
[Takashi Sato, Jan Kaluza, Eric Covener, Yann Ylavic, Jean-Frederic Clere]
*) mod_proxy_http: remove proxy-sendchunked and proxy-sendchunks
- handling, the defaut behaviour being now to stream the request body
+ handling, the default behaviour being now to stream the request body
using Content-Length when the length is known and fall back to chunked
Transfer-Encoding otherwise (unless proxy-sendcl is set thus requiring
that the request body be spooled to memory or filesystem). [Yann Ylavic]
@@ -771,7 +771,7 @@ Changes with Apache 2.5.1
[Stefan Eissing]
*) mod_md: reverses most of v1.0.5 optimization of post_config init, so that
- mod_ssl can ask for certiticates without crashing. [Stefan Eissing]
+ mod_ssl can ask for certificates without crashing. [Stefan Eissing]
*) mod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.
PR 61857. [Yann Ylavic]