[Libreoffice-commits] core.git: include/framework sdext/source sw/source

Noel Grandin noel.grandin at collabora.co.uk
Wed Nov 9 11:16:21 UTC 2016


 include/framework/undomanagerhelper.hxx   |    2 +-
 sdext/source/presenter/PresenterTimer.cxx |    2 +-
 sw/source/core/access/accdoc.hxx          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e74e9586f506652d18c1096ebc4508fe7f7be344
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Wed Nov 9 12:16:21 2016 +0200

    spelling mutext->mutex
    
    Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781

diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index 667b11b..09ac28b 100644
--- a/include/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
@@ -89,7 +89,7 @@ namespace framework
     /** helper class for implementing an XUndoManager
 
         Several of the methods of the class take an IMutexGuard instance. It is assumed that this guard has a lock on
-        its mutext at the moment the method is entered. The lock will be released before any notifications to the
+        its mutex at the moment the method is entered. The lock will be released before any notifications to the
         registered XUndoManagerListeners happen.
 
         The following locking strategy is used for this mutex:
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx
index 9e8ec8b..e9d3117 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;
diff --git a/sw/source/core/access/accdoc.hxx b/sw/source/core/access/accdoc.hxx
index 8bd7196..47caf4c 100644
--- a/sw/source/core/access/accdoc.hxx
+++ b/sw/source/core/access/accdoc.hxx
@@ -35,7 +35,7 @@ class SwAccessibleDocumentBase : public SwAccessibleContext
 {
     css::uno::Reference< css::accessibility::XAccessible> mxParent;
 
-    VclPtr<vcl::Window> mpChildWin; // protected by solar mutext
+    VclPtr<vcl::Window> mpChildWin; // protected by solar mutex
 
     using SwAccessibleFrame::SetVisArea;
 


More information about the Libreoffice-commits mailing list