diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-14 11:07:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-14 12:43:20 +0200 |
commit | 96a0adacab0c07b337b0d3ead69398a1a2a0425b (patch) | |
tree | 19145fe20b451d54739046e2096b4446f500ee91 /vcl | |
parent | 3431e3f6911fe5541f484359d0a8725726a90b00 (diff) |
Fix typos
Change-Id: I8f689ba1a26b2380b1962a47837b943fbefbd6b6
Reviewed-on: https://gerrit.libreoffice.org/43383
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/app/salinst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx index 54598a420040..d1fc8adb6272 100644 --- a/vcl/win/app/salinst.cxx +++ b/vcl/win/app/salinst.cxx @@ -508,7 +508,7 @@ bool ImplSalYield( bool bWait, bool bHandleAllCurrentEvents ) while( true ); // 0ms timeouts are handled out-of-bounds to prevent busy-locking the - // event loop with timeout massages. + // event loop with timeout messages. // We ensure we never handle more then one timeout per call. // This way we'll always process a normal system message. if ( !bWasTimeoutMsg && pTimer && pTimer->IsDirectTimeout() ) @@ -855,7 +855,7 @@ bool WinSalInstance::AnyInput( VclInputFlags nType ) aRange.nEnd, PM_NOREMOVE | PM_NOYIELD ) ) return true; - // MOUSE and PAINT already handled, so skip futher checks + // MOUSE and PAINT already handled, so skip further checks return false; } |