]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo (noticed while browsing http://docx.webperf.org/)
authorMartin Kraemer <martin@apache.org>
Fri, 15 Mar 2002 07:37:21 +0000 (07:37 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 15 Mar 2002 07:37:21 +0000 (07:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93948 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 1237f40658a017067fdab5b69eceedc346c8ee23..65db484a4ff227f855e155ffda34e834d9e4a53d 100644 (file)
@@ -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) 
 
 /** @} */