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 2012/04/17 14:56:13 UTC

svn commit: r1327075 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c

Author: trawick
Date: Tue Apr 17 12:56:13 2012
New Revision: 1327075

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

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

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c?rev=1327075&r1=1327074&r2=1327075&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c Tue Apr 17 12:56:13 2012
@@ -282,7 +282,7 @@ apr_status_t procmgr_stop_procmgr(void *
         }
     }
 
-    /* Cleanup the Job object if present */
+    /* Clean up the Job object if present */
     conf = ap_get_module_config(((server_rec*)server)->module_config,
                                 &fcgid_module);