summaryrefslogtreecommitdiff
path: root/include/svtools/acceleratorexecute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/acceleratorexecute.hxx')
-rw-r--r--include/svtools/acceleratorexecute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index d2b5969e6b9f..6c846bc5287e 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -160,7 +160,7 @@ class SVT_DLLPUBLIC AcceleratorExecute final : private TMutexInit
@return [bool]
true if this key is configured and match to a command.
Attention: This state does not mean the success state
- of the corresponding execute. Because its done asynchronous!
+ of the corresponding execute. Because it's done asynchronously!
*/
bool execute(const vcl::KeyCode& aKey);
bool execute(const css::awt::KeyEvent& aKey);