From: Rainer Jung Date: Sun, 3 Jul 2011 14:08:21 +0000 (+0000) Subject: Fix small docs typo. X-Git-Tag: 2.3.14^2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5ebda0fba29f8d1c2102b35fde25e81547759dd;p=apache Fix small docs typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142442 13f79535-47bb-0310-9956-ffa450edef68 --- 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.