From 8ed4ed3fc496c25a7f1ce6a60e37d43784765422 Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Thu, 26 Jan 2023 22:29:51 +0100 Subject: [PATCH] Update src/bin/tools/downloadAndUnzip.ts --- src/bin/tools/downloadAndUnzip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/tools/downloadAndUnzip.ts b/src/bin/tools/downloadAndUnzip.ts index 8643ebce..8cfffd6f 100644 --- a/src/bin/tools/downloadAndUnzip.ts +++ b/src/bin/tools/downloadAndUnzip.ts @@ -172,7 +172,7 @@ async function unzip(zipFile: string, dir: string, archiveDir?: string): Promise /** * - * @param file fileto read + * @param file file to read * @param start first byte to read * @param end last byte to read * @returns Promise of a buffer of read bytes