fix typo in comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327075 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/fcgid/fcgid_pm_win.c b/modules/fcgid/fcgid_pm_win.c
index 00195de..e973f37 100644
--- a/modules/fcgid/fcgid_pm_win.c
+++ b/modules/fcgid/fcgid_pm_win.c
@@ -282,7 +282,7 @@
         }
     }
 
-    /* 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);