diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-29 11:28:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-29 20:17:22 +0200 |
commit | c910d8cd67a042ce722c416f879f566bca5bdd81 (patch) | |
tree | add58f848804a47fb16b552e2010636f0afab1b7 | |
parent | 63f36e4b76992b0ecb568cf2f61d953caa2834c4 (diff) |
Fix typo
Change-Id: Ic80446b21443a025a4d4877730ef097ba39ca66d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169752
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cppu/source/threadpool/threadpool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx index 5a6127dabcf7..7084978a93d0 100644 --- a/cppu/source/threadpool/threadpool.cxx +++ b/cppu/source/threadpool/threadpool.cxx @@ -106,7 +106,7 @@ namespace cppu_threadpool } /****************** - * This methods lets the thread wait a certain amount of time. If within this timespan + * This method lets the thread wait a certain amount of time. If within this timespan * a new request comes in, this thread is reused. This is done only to improve performance, * it is not required for threadpool functionality. ******************/ |