From: Rich Bowen <rbowen@apache.org> Date: Mon, 29 Aug 2011 18:32:36 +0000 (+0000) Subject: Typo correction. X-Git-Tag: 2.3.15~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a70ccca12a2480f76eccffe037bb6ea58db1367f;p=apache Typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162935 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 009017c3ca..9ccd427279 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -202,7 +202,7 @@ variable or request header. This can be done more efficiently using the <p>Consider, for example, the common scenario where <code class="directive">RewriteRule</code> is used to enforce a canonical hostname, such as <code>www.example.com</code> instead of -<code>example.com</code>. This can be done using the <code class="directive"><a href="../mod/core.html#if"><If></a></code> direct, as shown here:</p> +<code>example.com</code>. This can be done using the <code class="directive"><a href="../mod/core.html#if"><If></a></code> directive, as shown here:</p> <div class="example"><p><code> <If "$req{Host} = 'example.com'"><br /> diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 870e15e5f3..ff89a851a4 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -217,7 +217,7 @@ variable or request header. This can be done more efficiently using the <directive>RewriteRule</directive> is used to enforce a canonical hostname, such as <code>www.example.com</code> instead of <code>example.com</code>. This can be done using the <directive -module="core" type="section">If</directive> direct, as shown here:</p> +module="core" type="section">If</directive> directive, as shown here:</p> <example> <If "$req{Host} = 'example.com'"><br />