[Libreoffice-commits] core.git: vcl/source

Chris chris.sherlock79 at gmail.com
Sat Mar 2 08:04:41 PST 2013


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

New commits:
commit 7cd26df20b4964152cd452682587e52a8408c066
Author: Chris <chris.sherlock79 at gmail.com>
Date:   Sun Mar 3 00:17:19 2013 +1100

    Correct spelling errors in comments.
    
    Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
    Reviewed-on: https://gerrit.libreoffice.org/2509
    Reviewed-by: David Ostrovsky <David.Ostrovsky at gmx.de>
    Tested-by: David Ostrovsky <David.Ostrovsky at gmx.de>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 9182b1c..e8402c4 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -433,7 +433,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
     if( pSVData->maAppData.mnDispatchLevel == 0 )
         vcl::LazyDelete::flush();
 
-    // the system timer events will not necesseraly come in in non waiting mode
+    // the system timer events will not necessarily come in in non waiting mode
     // e.g. on aqua; need to trigger timer checks manually
     if( pSVData->maAppData.mbNoYield && !pSVData->mbNoCallTimer )
     {
@@ -1782,7 +1782,7 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
 
 // Disable Java bridge on UNIX
 #if defined UNX
-    (void) bShowCancel; // unsued
+    (void) bShowCancel; // unusued
     (void) rCancelled; // unused
 #else
     bRet = ImplInitAccessBridge( bShowCancel, rCancelled );


More information about the Libreoffice-commits mailing list