From: Daniel Gruno
Date: Fri, 7 Jun 2013 13:34:20 +0000 (+0000)
Subject: Minor typo fix
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a490bea5627d8fc2de0e0adf0c1e879ae2968b42;p=thirdparty%2Fapache%2Fhttpd.git
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 e186372ad13..7b2327d864d 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: