diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/saltimer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |