From 3c0cb7d1ed1b9a19b1098410ca334dea0df4fcd4 Mon Sep 17 00:00:00 2001
From: Rainer Jung
Date: Tue, 31 Jul 2012 20:59:29 +0000
Subject: [PATCH] Fix typo in docs (miscomception ->misconception)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367778 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/htaccess.html.en | 4 ++--
docs/manual/howto/htaccess.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en
index fe501537876..7ff6e93d305 100644
--- a/docs/manual/howto/htaccess.html.en
+++ b/docs/manual/howto/htaccess.html.en
@@ -110,7 +110,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
@@ -441,4 +441,4 @@ if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();
}
//-->
-