From: Rich Bowen
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
Consider, for example, the common scenario where
RewriteRule
is used to enforce a canonical
hostname, such as www.example.com
instead of
-example.com
. This can be done using the <If>
direct, as shown here:
+example.com
. This can be done using the <If>
directive, as shown here:
<If "$req{Host} = 'example.com'">
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
RewriteRule is used to enforce a canonical
hostname, such as www.example.com
instead of
example.com
. This can be done using the If direct, as shown here:
+module="core" type="section">If directive, as shown here:
<If "$req{Host} = 'example.com'">