Comment typo

This commit is contained in:
Gaël Métais 2021-02-15 22:46:42 +00:00
parent 6d01461e53
commit 38b362e5fe

View file

@ -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) {