]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typoes caught by noodl
authorEric Covener <covener@apache.org>
Thu, 6 Jan 2011 01:17:26 +0000 (01:17 +0000)
committerEric Covener <covener@apache.org>
Thu, 6 Jan 2011 01:17:26 +0000 (01:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055699 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 08060c9b89531312ecbbc69e0ae5559c9e7b8840..19f2db22ea2de72ea16ae868a90bca2ff98574e2 100644 (file)
@@ -899,7 +899,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 <note><title>Per-directory Rewrites</title>
 <ul>
 <li>The rewrite engine may be used in <a
-href="../howto/htaccess.html">.htaccess</a> files in <directive type="section"
+href="../howto/htaccess.html">.htaccess</a> files and in <directive type="section"
 module="core">Directory</directive> sections, with some additional
 complexity.</li>
 
@@ -924,7 +924,7 @@ relative substutions.</li>
 a <directive>RewriteCond</directive>.</li>
 
 <li>The removed prefix always ends with a slash, meaning the matching occurs against a string which
-<em>never</em> has a leading slash.  Therefore, A <em>Pattern</em> with <code>^/</code> never
+<em>never</em> has a leading slash.  Therefore, a <em>Pattern</em> with <code>^/</code> never
 matches in per-directory context.</li>
 
 <li>Although rewrite rules are syntactically permitted in <directive