diff options
author | Martin Kraemer <martin@apache.org> | 2002-03-15 08:37:21 +0100 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 2002-03-15 08:37:21 +0100 |
commit | 9e64dafb9597c2cac3ba3a7eb00ce2149a10623d (patch) | |
tree | 30dff3ed29b9d136fc106c2d72e501eb2d7d456a /include | |
parent | get rid of some -Wall warnings (diff) | |
download | apache2-9e64dafb9597c2cac3ba3a7eb00ce2149a10623d.tar.xz apache2-9e64dafb9597c2cac3ba3a7eb00ce2149a10623d.zip |
Typo (noticed while browsing http://docx.webperf.org/)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h index 1237f40658..65db484a4f 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -737,7 +737,7 @@ AP_DECLARE(const char *) ap_check_cmd_context(cmd_parms *cmd, unsigned forbidden #define NOT_IN_FILES 0x10 /**< Forbidden in <Files> */ /** Forbidden in <Directory>/<Location>/<Files>*/ #define NOT_IN_DIR_LOC_FILE (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) -/** Forbidden in <VirtualHost>/<Limit>/Directory>/<Location>/<Files> */ +/** Forbidden in <VirtualHost>/<Limit>/<Directory>/<Location>/<Files> */ #define GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE) /** @} */ |