From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- include/svtools/acceleratorexecute.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index 20e1b36e4812..1f2bfc26c6ff 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -62,12 +62,12 @@ struct TMutexInit Because execution of an accelerator command can be dangerous (in case it force an office shutdown for key "ALT+F4"!) all internal dispatches are done asynchronous. - Menas that the trigger call doesn't wait till the dispatch + Means that the trigger call doesn't wait till the dispatch is finished. You can call very often. All requests will be queued internal and dispatched ASAP. Of course this queue will be stopped if the environment - will be destructed ... + will be destructed... */ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit { -- cgit