You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/11/03 13:45:59 UTC

svn commit: r1814186 - /commons/proper/daemon/trunk/src/native/windows/src/service.c

Author: markt
Date: Fri Nov  3 13:45:59 2017
New Revision: 1814186

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

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

Modified: commons/proper/daemon/trunk/src/native/windows/src/service.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/src/service.c?rev=1814186&r1=1814185&r2=1814186&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/src/service.c (original)
+++ commons/proper/daemon/trunk/src/native/windows/src/service.c Fri Nov  3 13:45:59 2017
@@ -670,7 +670,7 @@ apxServiceBrowse(APXHANDLE hService,
                 QueryServiceConfigW(hSrv, NULL, 0, &dwNeeded);
                 stEntry.lpConfig = (LPQUERY_SERVICE_CONFIGW)apxPoolAlloc(hService->hPool,
                                                                          dwNeeded);
-                /* Call the QueryServiceConfig againg with allocated config */
+                /* Call the QueryServiceConfig again with allocated config */
                 if (QueryServiceConfigW(hSrv, stEntry.lpConfig, dwNeeded, &dwNeeded)) {
                     /* Make that customizable so that kernel mode drivers can be
                      * displayed and maintained. For now skip the