summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 12:16:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 13:14:40 +0200
commite74e9586f506652d18c1096ebc4508fe7f7be344 (patch)
tree2fd43a9ebecb13ad9848fc5c514e71c8ae8f7d09 /sdext/source
parenta71d6a2a847828b737e5b6cc5eefe877613085b7 (diff)
spelling mutext->mutex
Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/presenter/PresenterTimer.cxx2
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;