From: Martin Kraemer Date: Fri, 15 Mar 2002 07:37:21 +0000 (+0000) Subject: Typo (noticed while browsing http://docx.webperf.org/) X-Git-Tag: CHANGES~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e64dafb9597c2cac3ba3a7eb00ce2149a10623d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/http_config.h b/include/http_config.h index 1237f40658a..65db484a4ff 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 */ /** Forbidden in //*/ #define NOT_IN_DIR_LOC_FILE (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) -/** Forbidden in //Directory>// */ +/** Forbidden in //// */ #define GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE) /** @} */