diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-02 19:47:20 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-05 06:48:38 +0000 |
commit | 534b2a4b58ba765dbc256d6297e33453524915e2 (patch) | |
tree | 68524baff923ce094392f49e0f263ae0d35f80e9 /desktop | |
parent | 7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (diff) |
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
Reviewed-on: https://gerrit.libreoffice.org/21797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 | ||||
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 11f25e668083..6d9b08ea3f5a 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2215,7 +2215,7 @@ void Desktop::OpenClients() // memory. May be this mechanism will be inconsistent if the configuration exists... // but no document inside memory corresponds to this data. // Further it's not acceptable to recover such documents without any UI. It can - // need some time, where the user wont see any results and wait for finishing the office startup... + // need some time, where the user won't see any results and wait for finishing the office startup... bool bAllowRecoveryAndSessionManagement = ( !rArgs.IsNoRestore() ) && ( !rArgs.IsHeadless() ); if ( ! bAllowRecoveryAndSessionManagement ) diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 7c4d8cf303ff..74df3531d912 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1803,7 +1803,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char try { - SAL_INFO("lok", "Attempting to initalize UNO"); + SAL_INFO("lok", "Attempting to initialize UNO"); if (!initialize_uno(aAppURL)) { return false; |