summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-21 23:21:13 +0200
committerjan iversen <jani@documentfoundation.org>2016-04-22 06:47:06 +0000
commitb2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 (patch)
tree2a7d90a0621d8b6a7b158b2cbf3fba15e39f18ce /include/uno
parentTry to fix tdf#93967 by using VclPtr to keep the window alive (diff)
downloadcore-b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9.tar.gz
core-b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9.zip
Fix typos
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/threadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h
index c358a929beac..b875b4c67338 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -86,7 +86,7 @@ uno_threadpool_create() SAL_THROW_EXTERN_C();
called, BEFORE uno_threadpool_enter() is called and BEFORE a job for this
thread is put into the threadpool (avoid a race between this thread and
an incoming request/reply).
- For every call to uno_threadpool_attach, a corrosponding call to
+ For every call to uno_threadpool_attach, a corresponding call to
uno_threadpool_detach must be done.
@param hPool The bridge threadpool handle previously created by uno_threadpool_create.