summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/verify/cryptox.h2
-rw-r--r--onlineupdate/source/update/common/updatehelper.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/libmar/verify/cryptox.h b/onlineupdate/source/libmar/verify/cryptox.h
index acecae64ccb0..d08ef159a83c 100644
--- a/onlineupdate/source/libmar/verify/cryptox.h
+++ b/onlineupdate/source/libmar/verify/cryptox.h
@@ -147,7 +147,7 @@ CryptoX_Result CyprtoAPI_VerifySignature(HCRYPTHASH *hash,
/* This default implementation is necessary because we don't want to
* link to NSS from updater code on non Windows platforms. On Windows
- * we use CyrptoAPI instead of NSS. We don't call any function as they
+ * we use CryptoAPI instead of NSS. We don't call any function as they
* would just fail, but this simplifies linking.
*/
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;