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 /include | |
parent | a71d6a2a847828b737e5b6cc5eefe877613085b7 (diff) |
spelling mutext->mutex
Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781
Diffstat (limited to 'include')
-rw-r--r-- | include/framework/undomanagerhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx index 667b11b727ac..09ac28b01fd2 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: |