]> granicus.if.org Git - apache/commitdiff
Fix typo in docs
authorRainer Jung <rjung@apache.org>
Tue, 31 Jul 2012 21:01:02 +0000 (21:01 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jul 2012 21:01:02 +0000 (21:01 +0000)
(miscomception ->misconception)

Backport of r1367778 from trunk.

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

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

index 8ebc3161266461b8d4c909038183a58383c6e12e..edecc2fe09dccc80b93b481e5679debbcf39357a 100644 (file)
@@ -110,7 +110,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
@@ -441,4 +441,4 @@ if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }
 //--><!]]></script>
-</body></html>
\ No newline at end of file
+</body></html>
index 30ca856f10a1b9d0f138b734f4eef5a9a35817f7..5c8ddb9871f848cd982965a6696770a3a23440de 100644 (file)
@@ -128,7 +128,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