summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:48:29 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-09-30 08:42:52 +0000
commit4046f6d257a3a6c56d49485d212ccf28c8b0fb51 (patch)
treedf8c2377c0242980158b3f6c9a03a441c0cd0e63 /desktop
parent1e468ed58994f4eb75519cb52111ed942fbc7377 (diff)
Fix typos
Change-Id: Ia37c28bbb7a1b47ed4a6beffb3f03eb26742b653 Reviewed-on: https://gerrit.libreoffice.org/18944 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 4baa27d434df..e2ede5538cf8 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -414,7 +414,7 @@ OUString MakeStartupConfigAccessErrorMessage( OUString const & aInternalErrMsg )
// Mostly the installation was damaged and must be repaired manually .. or by calling
// setup again.
// On the other side we must make sure that no further actions will be possible within
-// the current office process ! No pipe requests, no menu/toolbar/shortuct actions
+// the current office process ! No pipe requests, no menu/toolbar/shortcut actions
// are allowed. Otherwise we will force a "crash inside a crash".
// Thats why we have to use a special native message box here which does not use yield :-)
@@ -2424,7 +2424,7 @@ OUString GetURL_Impl(
return rName;
}
- // dont touch file urls, those should already be in internal form
+ // don't touch file urls, those should already be in internal form
// they won't get better here (#112849#)
if (comphelper::isFileUrl(rName))
{