]> granicus.if.org Git - apache/commitdiff
Trivial spelling fix so I can close
authorNick Kew <niq@apache.org>
Tue, 20 Jul 2010 01:55:18 +0000 (01:55 +0000)
committerNick Kew <niq@apache.org>
Tue, 20 Jul 2010 01:55:18 +0000 (01:55 +0000)
PR 44195

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965712 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h
server/core.c

index 27cff77a8ab9e71e344b4dbd30d20ab679ad19ad..85ba3f7e2b28d240d83c3a1711fe12359cc98bd0 100644 (file)
@@ -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 
index c9901754c5c74e9d3c15abb4656414a7a909ec1f..ce8e4cd4c9f4a8f7e6a850cd0d16bbcd6958091a 100644 (file)
@@ -3284,9 +3284,9 @@ AP_INIT_RAW_ARGS("<LimitExcept", ap_limit_section, (void*)1,
   "Container for authentication directives to be applied when any HTTP "
   "method other than those specified is used to access the resource"),
 AP_INIT_TAKE1("<IfModule", start_ifmod, NULL, EXEC_ON_READ | OR_ALL,
-  "Container for directives based on existance of specified modules"),
+  "Container for directives based on existence of specified modules"),
 AP_INIT_TAKE1("<IfDefine", start_ifdefine, NULL, EXEC_ON_READ | OR_ALL,
-  "Container for directives based on existance of command line defines"),
+  "Container for directives based on existence of command line defines"),
 AP_INIT_RAW_ARGS("<DirectoryMatch", dirsection, (void*)1, RSRC_CONF,
   "Container for directives affecting resources located in the "
   "specified directories"),
@@ -3304,9 +3304,9 @@ AP_INIT_TAKE1("AddDefaultCharset", set_add_default_charset, NULL, OR_FILEINFO,
 AP_INIT_TAKE1("AcceptPathInfo", set_accept_path_info, NULL, OR_FILEINFO,
   "Set to on or off for PATH_INFO to be accepted by handlers, or default for the per-handler preference"),
 AP_INIT_TAKE1("Define", set_define, NULL, RSRC_CONF,
-              "Define the existance of a variable.  Same as passing -D to the command line."),
+              "Define the existence of a variable.  Same as passing -D to the command line."),
 AP_INIT_TAKE1("UnDefine", unset_define, NULL, RSRC_CONF,
-              "Undefine the existance of a variable. Undo a Define."),
+              "Undefine the existence of a variable. Undo a Define."),
 AP_INIT_RAW_ARGS("<If", ifsection, NULL, OR_ALL,
   "Container for directives to be conditionally applied"),