From: Rainer Jung
Date: Tue, 31 Jul 2012 21:04:09 +0000 (+0000)
Subject: Fix typo in docs
X-Git-Tag: 2.2.23~81
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be8c15b2a62b5d5dae358139076557592c80041;p=thirdparty%2Fapache%2Fhttpd.git
Fix typo in docs
(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
---
diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en
index f9a2eef0fda..4a2484237fb 100644
--- a/docs/manual/howto/htaccess.html.en
+++ b/docs/manual/howto/htaccess.html.en
@@ -111,7 +111,7 @@ changes on a per-directory basis.
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 .htaccess
files, and, in more recent years,
- another miscomception that mod_rewrite
directives
+ another misconception that mod_rewrite
directives
must go in .htaccess
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();
}
//-->
-