]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in docs
authorRainer Jung <rjung@apache.org>
Tue, 31 Jul 2012 21:04:09 +0000 (21:04 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jul 2012 21:04:09 +0000 (21:04 +0000)
(miscomception ->misconception)

Backport of r1367778 from trunk resp.
r1367779. from 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1367780 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/htaccess.html.en
docs/manual/howto/htaccess.xml

index f9a2eef0fda9678d206abfa228a07a4ff2f4e7f8..4a2484237fbba0c30d3f20679c30bab98fddf10b 100644 (file)
@@ -111,7 +111,7 @@ changes on a per-directory basis.</p>
     you don't have access to the main server configuration file. There is,
     for example, a common misconception that user authentication should
     always be done in <code>.htaccess</code> files, and, in more recent years,
-    another miscomception that <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> directives
+    another misconception that <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> directives
     must go in <code>.htaccess</code> files. This is simply not the
     case. You can put user authentication configurations in the main server
     configuration, and this is, in fact, the preferred way to do
@@ -443,4 +443,4 @@ if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }
 //--><!]]></script>
-</body></html>
\ No newline at end of file
+</body></html>
index db86c23fa60a710c41db4153d6f845b15022c802..d0e6df5abda3f4403c825708583d5f28ec72db95 100644 (file)
@@ -130,7 +130,7 @@ changes on a per-directory basis.</p>
     you don't have access to the main server configuration file. There is,
     for example, a common misconception that user authentication should
     always be done in <code>.htaccess</code> files, and, in more recent years,
-    another miscomception that <module>mod_rewrite</module> directives
+    another misconception that <module>mod_rewrite</module> directives
     must go in <code>.htaccess</code> files. This is simply not the
     case. You can put user authentication configurations in the main server
     configuration, and this is, in fact, the preferred way to do