summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/service/maintenanceservice.cxx2
-rw-r--r--onlineupdate/source/update/updater/updater.cxx2
2 files changed, 2 insertions, 2 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)
{
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx
index 53bdc71fbd22..1782804eff15 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -3351,7 +3351,7 @@ int NS_main(int argc, NS_tchar **argv)
// on our own.
// If we still want to use the service try to launch the service
- // comamnd for the update.
+ // command for the update.
if (useService)
{
// If the update couldn't be started, then set useService to false so