diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /include/svtools | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
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 5ae1f76b2dde..e65547ede3e1 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -146,7 +146,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit /** @short init this instance. @descr It must be called as first method after creation. - And further it can be called more then once ... + And further it can be called more than once ... but at least its should be used one times only. Otherwise nobody can say, which asynchronous executions will be used inside the old and which one |