From: Eric Covener
Date: Fri, 7 Jun 2013 13:19:35 +0000 (+0000)
Subject: speling, pointed out by sluggr on freenode.
X-Git-Tag: 2.5.0-alpha~5363
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c3a09d7835af74ea7813dd3909becffddf4153;p=apache
speling, pointed out by sluggr on freenode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490630 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index 3acb280306..e186372ad1 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -902,7 +902,7 @@ has an additional parameter defined:
-/* 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 "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;
@@ -1451,7 +1451,7 @@ static int example_handler(request_rec *r)
/*
=======================================================================================================================
- Handler for the "exambleEnabled" directive
+ Handler for the "exampleEnabled" directive
=======================================================================================================================
*/
const char *example_set_enabled(cmd_parms *cmd, void *cfg, const char *arg)