Commit 5fcd1105 authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix small docs typo.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142442 13f79535-47bb-0310-9956-ffa450edef68
parent d93c7487
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
            LogMessage "IPv6 timeout from %{REMOTE_ADDR}"
              "if=-T %{IPV6} && %{REQUEST_STATUS} = 408"
        </code></p></div>
        Note the placing of the dobule quotes for the <code>if=</code> argument.
        Note the placing of the double quotes for the <code>if=</code> argument.
      </li>

      <li>
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
            LogMessage "IPv6 timeout from %{REMOTE_ADDR}"
              "if=-T %{IPV6} &amp;&amp; %{REQUEST_STATUS} = 408"
        </example>
        Note the placing of the dobule quotes for the <code>if=</code> argument.
        Note the placing of the double quotes for the <code>if=</code> argument.
      </li>

      <li>