Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.