summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3704bbdd9aa8..46fbebe35771 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -703,7 +703,7 @@ void Desktop::DeInit()
// this will leave some garbage behind..
}
- SAL_INFO( "desktop.app", "FINISHED WITH Destop::DeInit" );
+ SAL_INFO( "desktop.app", "FINISHED WITH Desktop::DeInit" );
}
bool Desktop::QueryExit()
@@ -1781,7 +1781,7 @@ int Desktop::doShutdown()
bool bRR = pExecGlobals->bRestartRequested;
delete pExecGlobals, pExecGlobals = NULL;
- SAL_INFO( "desktop.app", "FINISHED WITH Destop::Main" );
+ SAL_INFO( "desktop.app", "FINISHED WITH Desktop::Main" );
if ( bRR )
{
restartOnMac(true);