From a70ccca12a2480f76eccffe037bb6ea58db1367f Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 29 Aug 2011 18:32:36 +0000
Subject: [PATCH] Typo correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162935 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/avoid.html.en | 2 +-
docs/manual/rewrite/avoid.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index 009017c3ca6..9ccd427279f 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 870e15e5f3f..ff89a851a4c 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'">
--
2.47.3