From: Daniel Gruno
Date: Tue, 3 Apr 2012 09:34:46 +0000 (+0000)
Subject: Typo fix.
X-Git-Tag: 2.5.0-alpha~7263
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=697b31c49b8ad2c4acff3f51483bdd851a4339aa;p=apache
Typo fix.
Can someone rebuild this? My build system seems to be broken.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308779 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 2da2f4a028..18b6ff156a 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -265,8 +265,8 @@ module="mod_setenvif">SetEnvIf. This technique is offered as
an example, not as a recommendation.
-END
-Using the [END] flag terminates not only the current round ot rewrite
+END
+Using the [END] flag terminates not only the current round of rewrite
processing (like [L]) but also prevents any subsequent rewrite
processing from occurring in per-directory (htaccess) context.