summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:12:27 -0500
commit9869d08f3f69d9ccc39eeb30fa046784de8259a9 (patch)
tree39f1fc636b398224ebf6b9834c0c7c881b81c564 /desktop
parent348aaa3ef634674d123b1a1e72f062fd3783af8f (diff)
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index bf0f4e9942ba..8bb40245fdd0 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -1332,7 +1332,7 @@ bool PackageManagerImpl::synchronizeAddedExtensions(
rtl_UriEncodeIgnoreEscapes,
RTL_TEXTENCODING_UTF8);
- //It is sufficient to check for the folder name, because when the administor
+ //It is sufficient to check for the folder name, because when the administrator
//installed the extension it was already checked if there is one with the
//same identifier.
const MatchTempDir match(titleEncoded);