]> granicus.if.org Git - apache/commitdiff
Fix doc as spotted by Mark Brooks in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Apr 2016 08:52:37 +0000 (08:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Apr 2016 08:52:37 +0000 (08:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739038 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewritemap.xml

index eb36106c3f55ba6efd36d7fd9aaccbb6ef1bd615..1bb5f0629e1462e381d07bfffd3091d0aea38211 100644 (file)
@@ -165,8 +165,8 @@ RewriteRule (.*) ${lc:$1} [R]
     <title>txt: Plain text maps</title>
 
     <p>When a MapType of <code>txt</code> is used, the MapSource is a filesystem path to a
-    plain-text mapping file, containing space-separated key/value pair
-    per line. Optionally, a line may be contain a comment, starting with
+    plain-text mapping file, containing one space-separated key/value pair
+    per line. Optionally, a line may contain a comment, starting with
     a '#' character.</p>
 
     <p>A valid text rewrite map file will have the following syntax:</p>