summaryrefslogtreecommitdiff
path: root/vcl/win/app/salinst.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-12 14:38:49 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-12 18:29:05 +0200
commit1a97b9ab0489c742ffbfc8270e4bd153006b1273 (patch)
treed6042124a06a264ef0673d8c86220631f4280dff /vcl/win/app/salinst.cxx
parent45d54cc6518d4ef408f7c7d5c55d6b7adfc9f12a (diff)
Fix typos
Change-Id: I38e23114a257d1baf2a9f36fd8ac0fcf8f3938b3 Reviewed-on: https://gerrit.libreoffice.org/77356 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl/win/app/salinst.cxx')
-rw-r--r--vcl/win/app/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 3a5fd78f743b..9fa7445f8701 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -459,7 +459,7 @@ bool ImplSalYield( bool bWait, bool bHandleAllCurrentEvents )
// 0ms timeouts are handled out-of-bounds to prevent busy-locking the
// event loop with timeout messages.
- // We ensure we never handle more then one timeout per call.
+ // We ensure we never handle more than one timeout per call.
// This way we'll always process a normal system message.
if ( !bWasTimeoutMsg && pTimer && pTimer->IsDirectTimeout() )
{