diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
commit | 6a3cf741d1d4d9e700c14da6d6ae386d3aa372f8 (patch) | |
tree | 31e7dd398ac2fdac83324154c988f9f304e6ab75 /include/svtools | |
parent | a1bc57563f659579e889f279d7f63a9fb487dcb2 (diff) |
Otherwhise -> Otherwise
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/acceleratorexecute.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index 0b3b473449b7..2a1e359239e9 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -148,7 +148,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit @descr It must be called as first method after creation. And further it can be called more then once ... but at least its should be used one times only. - Otherwhise nobody can say, which asynchronous + Otherwise nobody can say, which asynchronous executions will be used inside the old and which one will be used inside the new environment. |