desktop/source/app/app.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c9b419b17756684793645a67b052f074cfefe801
Author: Julien Nabet <serval2...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to