summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-15 04:00:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-15 10:13:34 +0200
commit9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch)
treebdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /desktop
parent04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff)
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91 Reviewed-on: https://gerrit.libreoffice.org/36556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.cxx2
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx
index 34864cbfee4c..619412c31421 100644
--- a/desktop/source/deployment/manager/dp_extensionmanager.cxx
+++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx
@@ -396,7 +396,7 @@ bool ExtensionManager::isUserDisabled(
it is not disabled by the user, then it is always registered. Otherwise an
extension is only registered when there is no registered extension in one of
the repositories with a higher priority. That is, if the extension is from
- the shared repository and an active extension with the same identifer is in
+ the shared repository and an active extension with the same identifier is in
the user repository, then the extension is not registered. Similarly a
bundled extension is not registered if there is an active extension with the
same identifier in the shared or user repository.
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index f437ec410b74..df1431c449a2 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -1247,7 +1247,7 @@ bool PackageManagerImpl::synchronizeRemovedExtensions(
dp_misc::getDescriptionInfoset(url);
OSL_ENSURE(infoset.hasDescription() && infoset.getIdentifier(),
"Extension Manager: bundled and shared extensions "
- "must have an identifer and a version");
+ "must have an identifier and a version");
if (infoset.hasDescription() &&
infoset.getIdentifier() &&
(! i->first.equals(*(infoset.getIdentifier()))