浏览代码

Merge branch 'chrishepner-scanembedded-typo'

n1474335 5 年之前
父节点
当前提交
c51e6efe74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/operations/ScanForEmbeddedFiles.mjs

+ 1 - 1
src/core/operations/ScanForEmbeddedFiles.mjs

@@ -41,7 +41,7 @@ class ScanForEmbeddedFiles extends Operation {
      * @returns {string}
      */
     run(input, args) {
-        let output = "Scanning data for 'magic bytes' which may indicate embedded files. The following results may be false positives and should not be treat as reliable. Any suffiently long file is likely to contain these magic bytes coincidentally.\n",
+        let output = "Scanning data for 'magic bytes' which may indicate embedded files. The following results may be false positives and should not be treat as reliable. Any sufficiently long file is likely to contain these magic bytes coincidentally.\n",
             numFound = 0;
         const categories = [],
             data = new Uint8Array(input);