From e74e9586f506652d18c1096ebc4508fe7f7be344 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Nov 2016 12:16:21 +0200 Subject: spelling mutext->mutex Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781 --- sdext/source/presenter/PresenterTimer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') 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; -- cgit