summaryrefslogtreecommitdiff
path: root/vcl/os2/source/app/saltimer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/source/app/saltimer.cxx')
-rw-r--r--vcl/os2/source/app/saltimer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/os2/source/app/saltimer.cxx b/vcl/os2/source/app/saltimer.cxx
index f266a9476141..b074a098229c 100644
--- a/vcl/os2/source/app/saltimer.cxx
+++ b/vcl/os2/source/app/saltimer.cxx
@@ -109,7 +109,7 @@ void SalTimerProc( HWND, UINT, UINT nId, ULONG )
bool bRecursive = pSalData->mbInTimerProc && (nId != SALTIMERPROC_RECURSIVE);
if ( pSVData->mpSalTimer && ! bRecursive )
{
- // Try to aquire the mutex. If we don't get the mutex then we
+ // Try to acquire the mutex. If we don't get the mutex then we
// try this a short time later again.
if ( ImplSalYieldMutexTryToAcquire() )
{