From fc2590cfa112222500a6c847917d7545f60024c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 26 Apr 2016 09:56:47 +0200 Subject: Fix typos Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- onlineupdate/source/libmar/sign/mar_sign.c | 2 +- onlineupdate/source/update/common/updatehelper.cxx | 2 +- onlineupdate/source/update/updater/updater.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'onlineupdate') diff --git a/onlineupdate/source/libmar/sign/mar_sign.c b/onlineupdate/source/libmar/sign/mar_sign.c index a8e0f306d18a..e14d16945747 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 c10ea8d580d4..d61a4d279096 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 2d5e614dbf59..b2b4866c16be 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]), -- cgit