From: William A. Rowe Jr Date: Sun, 23 Jun 2002 04:03:21 +0000 (+0000) Subject: s/cgi/cgid might be just a little agressive - fix a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6b0b1dfb628c73453fdb5f97ceb233286fedbed;p=apache s/cgi/cgid might be just a little agressive - fix a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95852 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index c6b26d7509..77e182b5f7 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -133,7 +133,7 @@ static int daemon_should_exit = 0; /* 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.