From: Jérôme Benoit Date: Fri, 18 Aug 2023 18:33:37 +0000 (+0200) Subject: fix: spell fix in error message X-Git-Tag: v2.6.29~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cf6e3991cbfc0b854ea35dac865e043dec61b35d;p=poolifier.git fix: spell fix in error message Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index bb5f02d4..5932b022 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -864,7 +864,7 @@ export abstract class AbstractPool< workerTaskStatistics.executing < 0 ) { throw new Error( - 'Worker usage statistics for tasks executing cannot be negative' + 'Worker usage statistic for tasks executing cannot be negative' ) } if (message.taskError == null) {