[Libreoffice-commits] core.git: desktop/source
Julien Nabet
serval2412 at yahoo.fr
Fri Jul 25 03:45:09 PDT 2014
desktop/source/app/app.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c9b419b17756684793645a67b052f074cfefe801
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Jul 25 12:44:20 2014 +0200
Typo: Destop->Desktop
Change-Id: If09f622753c3efa449722368301f61651ad28bd5
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 3704bbd..46fbebe 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);
More information about the Libreoffice-commits
mailing list