summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:09:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 12:40:51 +0100
commit624f84c07ee798f6bbf4381c26262d5d2774a1ed (patch)
treea3a0334dbfda10f89c563344976cea321652f238 /desktop
parent66a192ee63db9adc1d6df66a5e7996d5af5d5284 (diff)
Fix typos
Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/unit/data/desktop-dialogs-test.txt2
-rw-r--r--desktop/source/app/app.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/qa/unit/data/desktop-dialogs-test.txt b/desktop/qa/unit/data/desktop-dialogs-test.txt
index cdcf9227fc5a..f54db2a7b53c 100644
--- a/desktop/qa/unit/data/desktop-dialogs-test.txt
+++ b/desktop/qa/unit/data/desktop-dialogs-test.txt
@@ -13,7 +13,7 @@
# workdir/screenshots using the pattern of the ui-file name.
#
# Syntax:
-# - emty lines are allowed
+# - empty lines are allowed
# - lines starting with '#' are treated as comment
# - all other lines should contain a *.ui filename in the same
# notation as in the dialog constructors (see code)
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index d66fb1658054..f75fcac00ab8 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2239,7 +2239,7 @@ OUString GetURL_Impl(
// Add path separator to these directory and make given URL (rName) absolute by using of current working directory
// Attention: "setFinalSlash()" is necessary for calling "smartRel2Abs()"!!!
- // Otherwhise last part will be ignored and wrong result will be returned!!!
+ // Otherwise last part will be ignored and wrong result will be returned!!!
// "smartRel2Abs()" interpret given URL as file not as path. So he truncate last element to get the base path ...
// But if we add a separator - he doesn't do it anymore.
INetURLObject aObj;