From: Igor Galić
Date: Wed, 29 Jun 2011 12:43:18 +0000 (+0000)
Subject: Typo pointed out by Mr Jink on IRC.
X-Git-Tag: 2.3.14^2~100
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823ebf489859d5c96101834881da20a25ab3104d;p=thirdparty%2Fapache%2Fhttpd.git
Typo pointed out by Mr Jink on IRC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141074 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 2fe37f5b9df..b41655c3411 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -635,7 +635,7 @@ string argument to index.php, you can replace that RewriteRule with:
RewriteRule (.*) index.php?$1 [PT,QSA]
-Note that these rulesets can be uses in a .htaccess
+
Note that these rulesets can be used in a .htaccess
file, as well as in a <Directory> block.