From 7cd26df20b4964152cd452682587e52a8408c066 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 3 Mar 2013 00:17:19 +1100 Subject: Correct spelling errors in comments. Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659 Reviewed-on: https://gerrit.libreoffice.org/2509 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- vcl/source/app/svapp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source/app') diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 9182b1c34de5..e8402c460c07 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 ); -- cgit