git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95852
13f79535-47bb-0310-9956-
ffa450edef68
/* Read and discard the data in the brigade produced by a CGI script */
static void discard_script_output(apr_bucket_brigade *bb);
-/* KLUDGE --- for back-combatibility, we don't have to check Execcgid
+/* KLUDGE --- for back-combatibility, we don't have to check ExecCGI
* in ScriptAliased directories, which means we need to know if this
* request came through ScriptAlias or not... so the Alias module
* leaves a note for us.