summaryrefslogtreecommitdiffstats
path: root/server/protocol.c
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-10-05 15:42:00 +0200
committerChristophe Jaillet <jailletc36@apache.org>2019-10-05 15:42:00 +0200
commit12558f2ec1365bef7ebfb6edaba09aaa8cecc39d (patch)
treebfd55200f37ae3f9b6c7f8bcb2c4190baef2fc9a /server/protocol.c
parentFix build broken w/o --enable-cgid-fdpassing by r1867968: (diff)
downloadapache2-12558f2ec1365bef7ebfb6edaba09aaa8cecc39d.tar.xz
apache2-12558f2ec1365bef7ebfb6edaba09aaa8cecc39d.zip
Fix a typo in a message.
Reported and fixed by Christian Bartolomäus (bartolin gmx.de) PR 63806 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/protocol.c')
-rw-r--r--server/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol.c b/server/protocol.c
index 7a97b0d98e..d6872f69b8 100644
--- a/server/protocol.c
+++ b/server/protocol.c
@@ -932,7 +932,7 @@ rrl_done:
else if (deferred_error == rrl_excesswhitespace)
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03448)
"HTTP Request Line; Excess whitespace "
- "(disallowed by HttpProtocolOptions Strict");
+ "(disallowed by HttpProtocolOptions Strict)");
else if (deferred_error == rrl_trailingtext)
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03449)
"HTTP Request Line; Extraneous text found '%.*s' "