[Libreoffice-commits] core.git: vcl/win

Andrea Gelmini andrea.gelmini at gelma.net
Sat Oct 14 10:43:42 UTC 2017


 vcl/win/app/salinst.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 96a0adacab0c07b337b0d3ead69398a1a2a0425b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Oct 14 11:07:24 2017 +0200

    Fix typos
    
    Change-Id: I8f689ba1a26b2380b1962a47837b943fbefbd6b6
    Reviewed-on: https://gerrit.libreoffice.org/43383
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;
         }
 


More information about the Libreoffice-commits mailing list