]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo (PR 55709)
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 13 Jan 2014 21:23:37 +0000 (21:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 13 Jan 2014 21:23:37 +0000 (21:23 +0000)
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

index 882c0f8d9a800bb9ddeab05123dfc0f228424447..4184d68f95aeb9d94694781327f35f31129bc04c 100644 (file)
@@ -295,7 +295,7 @@ rewrite target when using the [G] flag:</p>
 RewriteRule oldproduct - [G,NC]
 </example>
 
-<p>When using [F], an [L] is implied - that is, the response is returned
+<p>When using [G], an [L] is implied - that is, the response is returned
 immediately, and no further rules are evaluated.</p>
 
 </section>