]> granicus.if.org Git - apache/commitdiff
speling, pointed out by sluggr on freenode.
authorEric Covener <covener@apache.org>
Fri, 7 Jun 2013 13:19:35 +0000 (13:19 +0000)
committerEric Covener <covener@apache.org>
Fri, 7 Jun 2013 13:19:35 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490630 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.xml

index 3acb28030672bf73e556521880bbcf8c627940e3..e186372ad130a2bea8b2c40bfbf68cb9773eb5e3 100644 (file)
@@ -902,7 +902,7 @@ has an additional parameter defined:</p>
 
 <!-- BEGIN EXAMPLE CODE -->
 <highlight language="c">
-/* Handler for the "exambleEnabled" directive */
+/* Handler for the "exampleEnabled" directive */
 const char *example_set_enabled(cmd_parms *cmd, void *cfg, const char *arg)
 {
     if(!strcasecmp(arg, "on")) config.enabled = 1;
@@ -972,7 +972,7 @@ static example_config config;
  Our directive handlers:
  ==============================================================================
  */
-/* Handler for the &quot;exambleEnabled&quot; directive */
+/* Handler for the &quot;exampleEnabled&quot; directive */
 const char *example_set_enabled(cmd_parms *cmd, void *cfg, const char *arg)
 {
     if(!strcasecmp(arg, &quot;on&quot;)) config.enabled = 1;
@@ -1451,7 +1451,7 @@ static int example_handler(request_rec *r)
 
 /*
  =======================================================================================================================
-    Handler for the &quot;exambleEnabled&quot; directive
+    Handler for the &quot;exampleEnabled&quot; directive
  =======================================================================================================================
  */
 const char *example_set_enabled(cmd_parms *cmd, void *cfg, const char *arg)