diff --git a/lib.esm/wordlists/generation/encode-latin.js b/lib.esm/wordlists/generation/encode-latin.js index ecd8dbedc7..c24954ee50 100644 --- a/lib.esm/wordlists/generation/encode-latin.js +++ b/lib.esm/wordlists/generation/encode-latin.js @@ -15,7 +15,7 @@ // is encountered. // // The fold operation can be repeated for large sets as even within -// each folded set, there is substatial overlap in prefix. With the +// each folded set, there is substantial overlap in prefix. With the // second special symbol ";", we get: // [ ; x 13, other, :, ple, ricot, :, ; x 18, ead ] // which can be further compressed by using numbers instead of the @@ -30,7 +30,7 @@ // // Once the entire latin-1 set has been collapsed, we use the remaining // printable characters (except " and \, which require 2 bytes to represent -// in string) to substiture for the most common 2-letter pairs of letters +// in string) to substitute for the most common 2-letter pairs of letters // in the string. // // OWLA Accent Format @@ -54,7 +54,7 @@ // 00 10 01 01 10 = 001001 1010xx // // The base-64 set used has all number replaced with their -// shifted-counterparts to prevent comflicting with the numbers used in +// shifted-counterparts to prevent conflicting with the numbers used in // the fold operation to indicate the number of ";". import fs from "fs"; import { id } from "../../hash/id.js"; @@ -341,4 +341,4 @@ else { throw new Error("no match!"); } } -//# sourceMappingURL=encode-latin.js.map \ No newline at end of file +//# sourceMappingURL=encode-latin.js.map