diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:05:20 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:06:09 +0100 |
commit | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (patch) | |
tree | aa06f1d4b3473fd64f886b89b27af05dd043374f /cppu/source | |
parent | 79b00c41863bcb0d0cc1781d18e97d5871667fb0 (diff) |
Less succes, more success
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/threadpool/threadpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/threadpool.hxx b/cppu/source/threadpool/threadpool.hxx index 273798c81f8a..498ea4a02cd3 100644 --- a/cppu/source/threadpool/threadpool.hxx +++ b/cppu/source/threadpool/threadpool.hxx @@ -120,7 +120,7 @@ namespace cppu_threadpool { void * enter( const ByteSequence &aThreadId, sal_Int64 nDisposeId ); /******** - * @return true, if queue could be succesfully revoked. + * @return true, if queue could be successfully revoked. ********/ sal_Bool revokeQueue( const ByteSequence & aThreadId , sal_Bool bAsynchron ); |