소스 검색

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;
     }
 
-    // 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) {