Kaydet (Commit) 7cd26df2 authored tarafından Chris's avatar Chris Kaydeden (comit) David Ostrovsky

Correct spelling errors in comments.

Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
Reviewed-on: https://gerrit.libreoffice.org/2509Reviewed-by: 's avatarDavid Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: 's avatarDavid Ostrovsky <David.Ostrovsky@gmx.de>
üst ee0dd367
...@@ -433,7 +433,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents ) ...@@ -433,7 +433,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
if( pSVData->maAppData.mnDispatchLevel == 0 ) if( pSVData->maAppData.mnDispatchLevel == 0 )
vcl::LazyDelete::flush(); 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 // e.g. on aqua; need to trigger timer checks manually
if( pSVData->maAppData.mbNoYield && !pSVData->mbNoCallTimer ) if( pSVData->maAppData.mbNoYield && !pSVData->mbNoCallTimer )
{ {
...@@ -1782,7 +1782,7 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled ) ...@@ -1782,7 +1782,7 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
// Disable Java bridge on UNIX // Disable Java bridge on UNIX
#if defined UNX #if defined UNX
(void) bShowCancel; // unsued (void) bShowCancel; // unusued
(void) rCancelled; // unused (void) rCancelled; // unused
#else #else
bRet = ImplInitAccessBridge( bShowCancel, rCancelled ); bRet = ImplInitAccessBridge( bShowCancel, rCancelled );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment