diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 23:03:15 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 04:17:41 +0200 |
commit | 85b1d47450fa33f772d06353c4dad8da4d22f114 (patch) | |
tree | 5badf194e913742fd812cd3296703df5815eb2e5 /include/uno | |
parent | 7a98a2c69d0fc747e6d7f813c591b5bf79aa8d7d (diff) |
Fix typos
Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707
Reviewed-on: https://gerrit.libreoffice.org/75980
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/uno')
-rw-r--r-- | include/uno/threadpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h index bd5e42d83911..52bac0a4a08b 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -130,7 +130,7 @@ uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C(); If the request is asynchronous, it is put into the queue of asynchronous requests for the current threadid. The requests are always executed in a new thread, even if the thread with the given id is waiting in the pool. No id is bound - to the newly created thread. The responsibilty is left to the bridge ( if it + to the newly created thread. The responsibility is left to the bridge (if it wishes to bind a name). If pJob is a reply, there MUST be a thread with the given threadId waiting |