You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/01/30 17:35:20 UTC

svn commit: r1237767 - /commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c

Author: sebb
Date: Mon Jan 30 16:35:19 2012
New Revision: 1237767

URL: http://svn.apache.org/viewvc?rev=1237767&view=rev
Log:
Typo

Modified:
    commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c

Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c?rev=1237767&r1=1237766&r2=1237767&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c (original)
+++ commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c Mon Jan 30 16:35:19 2012
@@ -87,7 +87,7 @@ static LPCWSTR _commands[] = {
 static LPCWSTR _altcmds[] = {
     L"run",         /* 1 Run Service as console application (default)*/
     L"service",     /* 2 Run Service */
-    L"start",       /* 3 Version */
+    L"start",       /* 3 Start Service */
     L"stop",        /* 4 Stop Service */
     L"update",      /* 5 Update Service parameters */
     L"install",     /* 6 Install Service */