summaryrefslogtreecommitdiff
path: root/include/framework/undomanagerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/undomanagerhelper.hxx')
-rw-r--r--include/framework/undomanagerhelper.hxx2
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: