summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-04 10:34:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-05 23:35:06 +0200
commita940826162dc93f5543f81fc8fe5d8618c4a6efb (patch)
treedf64a2f1cda70234e4f77d7d86cf5ccc9c88b99f /desktop
parent942f50e7d379ba5137f4a64d39bd06d6decad9e8 (diff)
Fix typos
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/inc/dp_descriptioninfoset.hxx2
-rw-r--r--desktop/source/migration/migration.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
index 21b190856b10..4fd3af92fae9 100644
--- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
+++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
@@ -156,7 +156,7 @@ public:
have at least one child element containing an URL.
The <code>&lt;update-website&gt;</code> and <code>&lt;update-download&gt;</code>
- elements are mutually exclusiv.
+ elements are mutually exclusive.
@return
the download website URL, or an empty <code>optional</code> if none is
diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx
index 570ff2244444..7a1b917ab363 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -494,7 +494,7 @@ OUString MigrationImpl::preXDGConfigDir(const OUString& rConfigDir)
else
aPreXDGConfigPath = rConfigDir;
- // the application-specific config dir is not longer prefixed by '.' because it is hidden under ".config"
+ // the application-specific config dir is no longer prefixed by '.' because it is hidden under ".config"
// we have to add the '.' for the pre-XDG directory names
aPreXDGConfigPath += ".";