Author: sebb
Date: Fri Mar 19 23:03:51 2010
New Revision: 925471

URL: http://svn.apache.org/viewvc?rev=925471&view=rev
Log:
Trivial typo

Modified:
    commons/proper/daemon/trunk/src/native/nt/procrun/src/service.c

Modified: commons/proper/daemon/trunk/src/native/nt/procrun/src/service.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/src/service.c?rev=925471&r1=925470&r2=925471&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/nt/procrun/src/service.c (original)
+++ commons/proper/daemon/trunk/src/native/nt/procrun/src/service.c Fri Mar 19 
23:03:51 2010
@@ -353,7 +353,7 @@ apxServiceControl(APXHANDLE hService, DW
     /* Manager mode cannot handle services */
     if (lpService->bManagerMode)
         return FALSE;
-    /* Check if the ServixeOpen has been called */
+    /* Check if the ServiceOpen has been called */
     if (IS_INVALID_HANDLE(lpService->hService))
         return FALSE;
     switch (dwControl) {


Reply via email to