From 881f94b57caf3c37c63fcc502876651487cee653 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 19:40:23 +0100 Subject: Fix typo betwen/between Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403 --- cppu/inc/uno/threadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') 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() -- cgit