From 525311b0d6db11f247097fe76d1b2967966cf669 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 Oct 2016 12:56:00 +0200 Subject: Fix typos Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen --- configmgr/source/components.cxx | 2 +- configmgr/source/writemodfile.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 3e538402d955..7eb87968811a 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -628,7 +628,7 @@ Components::~Components() if (bExitWasCalled) { - // do not write, re-join thereads + // do not write, re-join threads osl::MutexGuard g(*lock_); if (writeThread_.is()) diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index 6f83216ec646..a1e545e5b5a3 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -632,7 +632,7 @@ void writeModFile( // registrymodifications file, this is done based on file size in bytes and crc32. // Unfortunately this write is based on writing unordered map entries, which creates // valid and semantically equal XML-Files, bubt with different crc32 checksums. For - // the future usage it will be preferrable to have easily comparable config files + // the future usage it will be preferable to have easily comparable config files // which is guaranteed by writing the entries in sorted order. Indeed with this change // (and in the recursive writeModifications call) the same config files get written -- cgit