diff options
author | Chris <chris.sherlock79@gmail.com> | 2013-03-03 00:17:19 +1100 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-03-02 16:04:21 +0000 |
commit | 7cd26df20b4964152cd452682587e52a8408c066 (patch) | |
tree | 7b99f4df9e29bc006cea40ca52a1cc8e19cbc364 /vcl/source/app | |
parent | ee0dd367156bbc7eac6047e9a772782e56496f59 (diff) |
Correct spelling errors in comments.
Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
Reviewed-on: https://gerrit.libreoffice.org/2509
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/svapp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |