[Libreoffice-commits] core.git: cppu/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Mar 2 07:25:21 UTC 2019
cppu/source/threadpool/threadpool.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7ebca6dbeb8c41a442ea28ffc6296562be005a6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Mar 1 18:25:37 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Mar 2 08:24:59 2019 +0100
Fix typo
Change-Id: Ib5409a3c9b22bf0caf950905a75559bdef8b057f
Reviewed-on: https://gerrit.libreoffice.org/68612
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx
index 81c6a91643a2..40b031c85732 100644
--- a/cppu/source/threadpool/threadpool.cxx
+++ b/cppu/source/threadpool/threadpool.cxx
@@ -417,7 +417,7 @@ uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob )
extern "C" void SAL_CALL
uno_threadpool_detach(SAL_UNUSED_PARAMETER uno_ThreadPool) SAL_THROW_EXTERN_C()
{
- // we might do here some tiding up in case a thread called attach but never detach
+ // we might do here some tidying up in case a thread called attach but never detach
}
extern "C" void SAL_CALL
More information about the Libreoffice-commits
mailing list