summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-26 09:56:47 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:26:04 -0400
commit9c7cae1561cfe16226b1f16dce59f08a38da3ce0 (patch)
tree4eaa57139ad89692acc39438c5a225184efde5b7 /onlineupdate
parent2d9bbc20d8d465afbf61d69bae120d30c14046f9 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit fc2590cfa112222500a6c847917d7545f60024c6) Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/sign/mar_sign.c2
-rw-r--r--onlineupdate/source/update/common/updatehelper.cxx2
-rw-r--r--onlineupdate/source/update/updater/updater.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/onlineupdate/source/libmar/sign/mar_sign.c b/onlineupdate/source/libmar/sign/mar_sign.c
index 68bff67acce6..b1904173db71 100644
--- a/onlineupdate/source/libmar/sign/mar_sign.c
+++ b/onlineupdate/source/libmar/sign/mar_sign.c
@@ -149,7 +149,7 @@ WriteAndUpdateSignatures(FILE *fpDest, void *buffer,
}
/**
- * Adjusts each entry's content offset in the the passed in index by the
+ * Adjusts each entry's content offset in the passed in index by the
* specified amount.
*
* @param indexBuf A buffer containing the MAR index
diff --git a/onlineupdate/source/update/common/updatehelper.cxx b/onlineupdate/source/update/common/updatehelper.cxx
index 1768e5334048..98d97cb1b5fa 100644
--- a/onlineupdate/source/update/common/updatehelper.cxx
+++ b/onlineupdate/source/update/common/updatehelper.cxx
@@ -714,7 +714,7 @@ GetDWORDValue(HKEY key, LPCWSTR valueName, DWORD &retValue)
}
/**
- * Determines if the the system's elevation type allows
+ * Determines if the system's elevation type allows
* unprompted elevation.
*
* @param isUnpromptedElevation Out parameter which specifies if unprompted
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx
index 5545d18f301d..ec419ad9b674 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -2090,7 +2090,7 @@ ProcessReplaceRequest()
}
#ifdef MACOSX
- // On OS X, we we need to remove the staging directory after its Contents
+ // On OS X, we need to remove the staging directory after its Contents
// directory has been moved.
NS_tchar updatedAppDir[MAXPATHLEN];
NS_tsnprintf(updatedAppDir, sizeof(updatedAppDir)/sizeof(updatedAppDir[0]),