mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
feat(dict): Add 'unencyrpted' typo to words.csv
This commit is contained in:
parent
42c935f946
commit
bbd71ab434
2 changed files with 3 additions and 0 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -49982,6 +49982,7 @@ unempolyed,unemployed
|
|||
unempolyment,unemployment
|
||||
unencrpt,unencrypt
|
||||
unencrpted,unencrypted
|
||||
unencyrpted,unencrypted
|
||||
unenforcable,unenforceable
|
||||
unenployment,unemployment
|
||||
unepected,unexpected
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -8969,12 +8969,14 @@ pub static WORD_UNEN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("crpt"),
|
||||
dictgen::InsensitiveStr::Ascii("crpted"),
|
||||
dictgen::InsensitiveStr::Ascii("cyrpted"),
|
||||
dictgen::InsensitiveStr::Ascii("forcable"),
|
||||
dictgen::InsensitiveStr::Ascii("ployment"),
|
||||
],
|
||||
values: &[
|
||||
&["unencrypt"],
|
||||
&["unencrypted"],
|
||||
&["unencrypted"],
|
||||
&["unenforceable"],
|
||||
&["unemployment"],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue