]> granicus.if.org Git - apache/commitdiff
Minor typo fix
authorDaniel Gruno <humbedooh@apache.org>
Fri, 7 Jun 2013 13:35:38 +0000 (13:35 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 7 Jun 2013 13:35:38 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490641 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.xml

index e186372ad130a2bea8b2c40bfbf68cb9773eb5e3..7b2327d864d34c559d48225382ccedb73405d332 100644 (file)
@@ -1260,7 +1260,7 @@ where you have a parent configuration and a child, such as the following:
 </p>
 <highlight language="config">
 &lt;Directory &quot;/var/www&quot;&gt;
-    ExampleEnable On
+    ExampleEnabled On
     ExamplePath /foo/bar
     ExampleAction file allow
 &lt;/Directory&gt;
@@ -1271,7 +1271,7 @@ where you have a parent configuration and a child, such as the following:
 <p>
 In this example, it is natural to assume that the directory <code>
 /var/www/subdir</code> should inherit the values set for the <code>/var/www
-</code> directory, as we did not specify an <code>ExampleEnable</code> nor 
+</code> directory, as we did not specify an <code>ExampleEnabled</code> nor 
 an <code>ExamplePath</code> for this directory. The server does not presume to 
 know if this is true, but cleverly does the following:
 </p>