summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:40:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:40:23 +0100
commit881f94b57caf3c37c63fcc502876651487cee653 (patch)
tree9d3ee54efb117e95726f37719732a6b83d07ba3e /cppu
parent6b29aa78b62fa4cb634e29d63f900e90ea9eda85 (diff)
Fix typo betwen/between
Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/uno/threadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/uno/threadpool.h b/cppu/inc/uno/threadpool.h
index cc8cee8537ce..973fa54ceee0 100644
--- a/cppu/inc/uno/threadpool.h
+++ b/cppu/inc/uno/threadpool.h
@@ -60,7 +60,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_getIdOfCurrentThread( sal_Sequence **ppThreadId
/**
- If the internal refcount drops to zero, the association betwen threadId and
+ If the internal refcount drops to zero, the association between threadId and
thread is broken.
*/
CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread()