summaryrefslogtreecommitdiff
path: root/onlineupdate/source/service/maintenanceservice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/service/maintenanceservice.cxx')
-rw-r--r--onlineupdate/source/service/maintenanceservice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/service/maintenanceservice.cxx b/onlineupdate/source/service/maintenanceservice.cxx
index 6010dbd3e199..da324de54df3 100644
--- a/onlineupdate/source/service/maintenanceservice.cxx
+++ b/onlineupdate/source/service/maintenanceservice.cxx
@@ -298,7 +298,7 @@ SvcMain(DWORD argc, LPWSTR *argv)
ReportSvcStatus(SERVICE_START_PENDING, NO_ERROR, 3000);
// This event will be used to tell the SvcCtrlHandler when the work is
- // done for when a stop comamnd is manually issued.
+ // done for when a stop command is manually issued.
gWorkDoneEvent = CreateEvent(nullptr, TRUE, FALSE, nullptr);
if (!gWorkDoneEvent)
{