]> granicus.if.org Git - apache/commitdiff
s/cgi/cgid might be just a little agressive - fix a comment
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 04:03:21 +0000 (04:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 04:03:21 +0000 (04:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95852 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index c6b26d7509d7b98e7a8f2bcaf44fe6dfc66facde..77e182b5f70380832ccf655b3005c39ba55dffd9 100644 (file)
@@ -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.