From 20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Apr 2016 17:46:54 +0200 Subject: Fix typos Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- package/source/zippackage/ZipPackageStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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); -- cgit