From: Daniel Gruno
Date: Fri, 7 Jun 2013 13:35:38 +0000 (+0000)
Subject: Minor typo fix
X-Git-Tag: 2.4.5~163
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a868192a424464825685584d147604040022a352;p=apache
Minor typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490641 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index e186372ad1..7b2327d864 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -1260,7 +1260,7 @@ where you have a parent configuration and a child, such as the following:
<Directory "/var/www">
- ExampleEnable On
+ ExampleEnabled On
ExamplePath /foo/bar
ExampleAction file allow
</Directory>
@@ -1271,7 +1271,7 @@ where you have a parent configuration and a child, such as the following:
In this example, it is natural to assume that the directory
/var/www/subdir
should inherit the values set for the /var/www
-
directory, as we did not specify an ExampleEnable
nor
+ directory, as we did not specify an ExampleEnabled
nor
an ExamplePath
for this directory. The server does not presume to
know if this is true, but cleverly does the following: