diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-26 19:59:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-27 13:15:34 +0200 |
commit | 9868cefad38b5382f8f683c1ef8064955cc0f093 (patch) | |
tree | 677d322ae87744b0405c445f81bd17be2feccd82 /include/uno | |
parent | 94bfb93f3960eb55d8f3388d578e3ce03d02507d (diff) |
Fix typos
Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd
Reviewed-on: https://gerrit.libreoffice.org/39272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
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 b875b4c67338..49f46db8ec29 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -159,7 +159,7 @@ uno_threadpool_putJob( The threads waiting with uno_threadpool_enter() will return with *ppJob == 0 Later calls to uno_threadpool_enter() using the hPool handle will also - return immeadiatly with *ppJob == 0. + return immediately with *ppJob == 0. @param hPool The handle to be disposed. |