You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/08/29 20:32:36 UTC

svn commit: r1162935 - in /httpd/httpd/trunk/docs/manual/rewrite: avoid.html.en avoid.xml

Author: rbowen
Date: Mon Aug 29 18:32:36 2011
New Revision: 1162935

URL: http://svn.apache.org/viewvc?rev=1162935&view=rev
Log:
Typo correction.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en
    httpd/httpd/trunk/docs/manual/rewrite/avoid.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en?rev=1162935&r1=1162934&r2=1162935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en Mon Aug 29 18:32:36 2011
@@ -202,7 +202,7 @@ variable or request header. This can be 
 <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 />

Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.xml?rev=1162935&r1=1162934&r2=1162935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/avoid.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/avoid.xml Mon Aug 29 18:32:36 2011
@@ -217,7 +217,7 @@ variable or request header. This can be 
 <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 />