From 38b362e5febdeb865a95540f6fa954a35f3a42b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 15 Feb 2021 22:46:42 +0000 Subject: [PATCH] Comment typo --- lib/tools/redownload/fileMinifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/redownload/fileMinifier.js b/lib/tools/redownload/fileMinifier.js index 5e4f97e..4387e75 100644 --- a/lib/tools/redownload/fileMinifier.js +++ b/lib/tools/redownload/fileMinifier.js @@ -224,7 +224,7 @@ var FileMinifier = function() { return result; } - // Avoid losing some trying to compress JS files if they already look minified + // Avoid losing time trying to compress JS files if they already look minified // by counting the number of lines compared to the total size. // Less than 2KB per line is suspicious function looksAlreadyMinified(code) {