From 802327b16d47b12d67609d719045063fef919ed1 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Mon, 13 Jan 2014 21:23:37 +0000
Subject: [PATCH] Fix typo (PR 55709)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1557858 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/flags.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 882c0f8d9a8..4184d68f95a 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -295,7 +295,7 @@ rewrite target when using the [G] flag:
RewriteRule oldproduct - [G,NC]
-When using [F], an [L] is implied - that is, the response is returned
+
When using [G], an [L] is implied - that is, the response is returned
immediately, and no further rules are evaluated.
--
2.47.3