summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-03 00:19:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-03 10:29:41 +0200
commiteced5a20b5db1364aa9feb50dfc8e55b34324b9e (patch)
treea96eb91f02c8811fd7c6154618a168487b65c73b /desktop/source/app
parent5785fc06836607b3a0a25e649d81b8607b22d4af (diff)
Fix typos
Change-Id: I7eacff7dd5bf1e8ae70d2bca0bc852b8a45eeeec Reviewed-on: https://gerrit.libreoffice.org/78428 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1071dab7ce07..b733080fd94a 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1165,7 +1165,7 @@ void Desktop::Exception(ExceptionCategory nCategory)
( !rArgs.IsNoRestore() ) && // some use cases of office must work without recovery
( !rArgs.IsHeadless() ) &&
( nCategory != ExceptionCategory::UserInterface ) && // recovery can't work without UI ... but UI layer seems to be the reason for this crash
- ( Application::IsInExecute() ) // crashes during startup and shutdown should be ignored (they indicates a corrupt installation ...)
+ ( Application::IsInExecute() ) // crashes during startup and shutdown should be ignored (they indicate a corrupted installation...)
);
if ( bAllowRecoveryAndSessionManagement )
{