[PATCH] Correct spelling errors in comments.

Chris Sherlock (via Code Review) gerrit at gerrit.libreoffice.org
Sat Mar 2 05:18:43 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2509

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/2509/1

Correct spelling errors in comments.

Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
---
M vcl/source/app/svapp.cxx
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 49cc5a7..1619acd 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -433,7 +433,7 @@
     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 )
     {
@@ -1765,7 +1765,7 @@
 
 // Disable Java bridge on UNIX
 #if defined UNX
-    (void) bShowCancel; // unsued
+    (void) bShowCancel; // unusued
     (void) rCancelled; // unused
 #else
     bRet = ImplInitAccessBridge( bShowCancel, rCancelled );

-- 
To view, visit https://gerrit.libreoffice.org/2509
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79 at gmail.com>



More information about the LibreOffice mailing list