summaryrefslogtreecommitdiff
path: root/include/uno
diff options
context:
space:
mode:
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 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.