summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/win/app/salinst.cxx4
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;
}