From 99806bf9edd5c5c405e6f1a34ea32ffdc74a717f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:04:56 +0000 Subject: Fix typo Change-Id: I9c69c6e92f04970eada7309969c3016feffcc6e0 Reviewed-on: https://gerrit.libreoffice.org/71056 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cppu/source/threadpool/thread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/source/threadpool') diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx index ad37fa3072a8..2af33eff7c34 100644 --- a/cppu/source/threadpool/thread.cxx +++ b/cppu/source/threadpool/thread.cxx @@ -161,7 +161,7 @@ namespace cppu_threadpool { { // Note : Oneways should not get a disposable disposeid, // It does not make sense to dispose a call in this state. - // That's way we put it an disposeid, that can't be used otherwise. + // That's way we put it a disposeid, that can't be used otherwise. m_pQueue->enter( sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr >(this)), -- cgit