浏览代码

Comment typo

Gaël Métais 4 年之前
父节点
当前提交
38b362e5fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/tools/redownload/fileMinifier.js

+ 1 - 1
lib/tools/redownload/fileMinifier.js

@@ -224,7 +224,7 @@ var FileMinifier = function() {
         return result;
         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.
     // by counting the number of lines compared to the total size.
     // Less than 2KB per line is suspicious
     // Less than 2KB per line is suspicious
     function looksAlreadyMinified(code) {
     function looksAlreadyMinified(code) {