From: Daniel Gruno
Date: Fri, 7 Jun 2013 13:34:20 +0000 (+0000)
Subject: Minor typo fix
X-Git-Tag: 2.5.0-alpha~5362
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aada4d073d47d18e8a370baf75c4b73ca5993d29;p=apache
Minor typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490640 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: