You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/10/06 01:41:13 UTC

svn commit: r822092 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

Author: trawick
Date: Mon Oct  5 23:41:13 2009
New Revision: 822092

URL: http://svn.apache.org/viewvc?rev=822092&view=rev
Log:
fix typo in r822004

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c?rev=822092&r1=822091&r2=822092&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c Mon Oct  5 23:41:13 2009
@@ -1034,7 +1034,7 @@
         }
 
         return apr_psprintf(cmd->pool,
-                            "Invalid option for FCGIDCommandOptions: %s",
+                            "Invalid option for FCGIDCmdOptions: %s",
                             option);
     }