summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-23 12:56:00 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-23 17:17:01 +0000
commit525311b0d6db11f247097fe76d1b2967966cf669 (patch)
treef1b6e1c427ba7134bad76151b0acfac90c252151 /configmgr
parent40d39343cccff39e1f83c4553fda45478de577a9 (diff)
Fix typos
Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx2
-rw-r--r--configmgr/source/writemodfile.cxx2
2 files changed, 2 insertions, 2 deletions
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