diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-09 12:16:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-09 13:14:40 +0200 |
commit | e74e9586f506652d18c1096ebc4508fe7f7be344 (patch) | |
tree | 2fd43a9ebecb13ad9848fc5c514e71c8ae8f7d09 /sdext | |
parent | a71d6a2a847828b737e5b6cc5eefe877613085b7 (diff) |
spelling mutext->mutex
Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTimer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index 9e8ec8b35f72..e9d3117ba323 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -236,7 +236,7 @@ void SAL_CALL TimerScheduler::run() break; } - // Restrict access to the maScheduledTasks member to one, mutext + // Restrict access to the maScheduledTasks member to one, mutex // guarded, block. SharedTimerTask pTask; sal_Int64 nDifference = 0; |