summaryrefslogtreecommitdiff
path: root/include/http_config.h
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-07-20 01:55:18 +0000
committerNick Kew <niq@apache.org>2010-07-20 01:55:18 +0000
commite9f4f3fd813d4afd06b3bdc0ce845c565a0c4e95 (patch)
treeb1ecbe3acf2502b5a77bb4bb4e6f6437e777ed60 /include/http_config.h
parentf5dc2a1177d90138c9c5686a9eefb77b9a77ac61 (diff)
downloadhttpd-e9f4f3fd813d4afd06b3bdc0ce845c565a0c4e95.tar.gz
Trivial spelling fix so I can close
PR 44195 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h
index 27cff77a8a..85ba3f7e2b 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -298,7 +298,7 @@ struct cmd_parms_struct {
/** Server_rec being configured for */
server_rec *server;
/** If configuring for a directory, pathname of that directory.
- * NOPE! That's what it meant previous to the existance of &lt;Files&gt;,
+ * NOPE! That's what it meant previous to the existence of &lt;Files&gt;,
* &lt;Location&gt; and regex matching. Now the only usefulness that can be
* derived from this field is whether a command is being called in a
* server context (path == NULL) or being called in a dir context