From 697b31c49b8ad2c4acff3f51483bdd851a4339aa Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 3 Apr 2012 09:34:46 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/flags.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.50.1