summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/common/updatehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/common/updatehelper.cxx')
-rw-r--r--onlineupdate/source/update/common/updatehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/update/common/updatehelper.cxx b/onlineupdate/source/update/common/updatehelper.cxx
index d61a4d279096..319e6b02c66a 100644
--- a/onlineupdate/source/update/common/updatehelper.cxx
+++ b/onlineupdate/source/update/common/updatehelper.cxx
@@ -253,7 +253,7 @@ StartServiceUpdate(LPCWSTR installDir)
PathAppendSafe(newMaintServicePath,
L"maintenanceservice.exe");
- // Copy the temp file in alongside the maintenace service.
+ // Copy the temp file in alongside the maintenance service.
// This is a requirement for maintenance service upgrades.
if (!CopyFileW(newMaintServicePath, tmpService, FALSE)) {
return FALSE;