From b5ebda0fba29f8d1c2102b35fde25e81547759dd Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sun, 3 Jul 2011 14:08:21 +0000 Subject: [PATCH] Fix small docs typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142442 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_debug.html.en | 4 ++-- docs/manual/mod/mod_log_debug.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index 8f1b48e480..7ea550c6f9 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -71,7 +71,7 @@ LogMessage "IPv6 timeout from %{REMOTE_ADDR}" "if=-T %{IPV6} && %{REQUEST_STATUS} = 408"

- Note the placing of the dobule quotes for the if= argument. + Note the placing of the double quotes for the if= argument.
  • @@ -141,4 +141,4 @@ - \ No newline at end of file + diff --git a/docs/manual/mod/mod_log_debug.xml b/docs/manual/mod/mod_log_debug.xml index d4f629dbaf..1697bc048d 100644 --- a/docs/manual/mod/mod_log_debug.xml +++ b/docs/manual/mod/mod_log_debug.xml @@ -61,7 +61,7 @@ LogMessage "IPv6 timeout from %{REMOTE_ADDR}" "if=-T %{IPV6} && %{REQUEST_STATUS} = 408" - Note the placing of the dobule quotes for the if= argument. + Note the placing of the double quotes for the if= argument.
  • -- 2.40.0