summaryrefslogtreecommitdiff
path: root/include/uno/threadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/threadpool.h')
-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 6e880e55b144..be744879cec5 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -114,7 +114,7 @@ CPPU_DLLPUBLIC void SAL_CALL
uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();
/**
- Puts a job into the pool. A job may eiter be a request or a reply
+ Puts a job into the pool. A job may either be a request or a reply
(replies have a 0 in the doRequest parameter). This function is non-blocking.
A request may either be synchronous or asynchronous.