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

docs/manual/mod/mod_rewrite.xml

index 59dc4b22f14010f8e4e90050905388ff3d1e599b..e0390b633cc91ee49a78d99a24e06c427061e25a 100644 (file)
@@ -1146,7 +1146,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>
 
@@ -1171,7 +1171,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