diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:04:56 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-22 09:03:20 +0200 |
commit | 99806bf9edd5c5c405e6f1a34ea32ffdc74a717f (patch) | |
tree | 289ae0c7e1f8913f8e9d53c77bdd484c10072b86 /cppu | |
parent | 960ac92107c8095368f4a29337a5644d99094f4f (diff) |
Fix typo
Change-Id: I9c69c6e92f04970eada7309969c3016feffcc6e0
Reviewed-on: https://gerrit.libreoffice.org/71056
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/threadpool/thread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)), |