diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-20 17:46:54 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-21 20:36:29 +0000 |
commit | 20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 (patch) | |
tree | 38aab6151cd817d7ba7ce70d496f00033a971a3d /package | |
parent | b74163742ff1288ad9ea1ec8e83ac08faf686893 (diff) |
Fix typos
Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4
Reviewed-on: https://gerrit.libreoffice.org/24257
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zippackage/ZipPackageStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index baa288dc9a5d..8ecb31fbc551 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -830,7 +830,7 @@ bool ZipPackageStream::saveChild( { // tdf#93553 limit to a useful amount of threads. Taking number of available // cores and allow 4-times the amount for having the queue well filled. The - // 2nd pparameter is the time to wait beweeen cleanups in 10th of a second. + // 2nd parameter is the time to wait between cleanups in 10th of a second. // Both values may be added to the configuration settings if needed. static sal_Int32 nAllowedThreads(std::max(std::thread::hardware_concurrency(), 1U) * 4); rZipOut.reduceScheduledThreadsToGivenNumberOrLess(nAllowedThreads, 1); |