[Libreoffice-commits] core.git: vcl/osx
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Oct 17 15:20:18 UTC 2017
vcl/osx/saltimer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b51db06c8e434521a89b095a5afcaf9521f94f3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Oct 16 18:53:02 2017 +0200
Fix typo
Change-Id: Ibc13a8c1dbfd6fdfc5e35856b21ea5af310f63db
Reviewed-on: https://gerrit.libreoffice.org/43430
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/osx/saltimer.cxx b/vcl/osx/saltimer.cxx
index 3226b1d1f9ec..34d46f08728a 100644
--- a/vcl/osx/saltimer.cxx
+++ b/vcl/osx/saltimer.cxx
@@ -198,7 +198,7 @@ AquaSalTimer::~AquaSalTimer()
void AquaSalTimer::handleWindowShouldClose()
{
- // for whatever reason events get filtered on close, presumely by
+ // for whatever reason events get filtered on close, presumably by
// timestamp so post a new timeout event, if there was one queued...
if ( ExistsValidEvent() && !m_pRunningTimer )
queueDispatchTimerEvent( NO );
More information about the Libreoffice-commits
mailing list