]> granicus.if.org Git - apache/commitdiff
Typo correction.
authorRich Bowen <rbowen@apache.org>
Mon, 29 Aug 2011 18:32:36 +0000 (18:32 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 29 Aug 2011 18:32:36 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162935 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/avoid.xml

index 009017c3ca6dc999a951fb2f720873ff7cf534c8..9ccd427279f12d71f996acb65ded37b6c04367f7 100644 (file)
@@ -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">&lt;If&gt;</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">&lt;If&gt;</a></code> directive, as shown here:</p>
 
 <div class="example"><p><code>
 &lt;If "$req{Host} = 'example.com'"&gt;<br />
index 870e15e5f3fd0a3de500e4a72616c0bc334d91ce..ff89a851a4ccf42a88f690b8e275694a3f898092 100644 (file)
@@ -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>
 &lt;If "$req{Host} = 'example.com'"&gt;<br />