mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
feat(dict): Add typo identitiy -> identity
This commit is contained in:
parent
dd827082e9
commit
29508a689b
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
|
@ -24224,6 +24224,7 @@ identifyed,identified
|
||||||
identite,identities
|
identite,identities
|
||||||
identitets,identities
|
identitets,identities
|
||||||
identitites,identities
|
identitites,identities
|
||||||
|
identitiy,identity
|
||||||
identitties,identities
|
identitties,identities
|
||||||
identiy,identify,identity
|
identiy,identify,identity
|
||||||
identtation,indentation
|
identtation,indentation
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -94995,6 +94995,7 @@ pub static WORD_IDEN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
||||||
dictgen::InsensitiveStr::Ascii("tite"),
|
dictgen::InsensitiveStr::Ascii("tite"),
|
||||||
dictgen::InsensitiveStr::Ascii("titets"),
|
dictgen::InsensitiveStr::Ascii("titets"),
|
||||||
dictgen::InsensitiveStr::Ascii("titites"),
|
dictgen::InsensitiveStr::Ascii("titites"),
|
||||||
|
dictgen::InsensitiveStr::Ascii("titiy"),
|
||||||
dictgen::InsensitiveStr::Ascii("titties"),
|
dictgen::InsensitiveStr::Ascii("titties"),
|
||||||
dictgen::InsensitiveStr::Ascii("tiy"),
|
dictgen::InsensitiveStr::Ascii("tiy"),
|
||||||
dictgen::InsensitiveStr::Ascii("ttation"),
|
dictgen::InsensitiveStr::Ascii("ttation"),
|
||||||
|
@ -95039,6 +95040,7 @@ pub static WORD_IDEN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
||||||
&["identities"],
|
&["identities"],
|
||||||
&["identities"],
|
&["identities"],
|
||||||
&["identities"],
|
&["identities"],
|
||||||
|
&["identity"],
|
||||||
&["identities"],
|
&["identities"],
|
||||||
&["identify", "identity"],
|
&["identify", "identity"],
|
||||||
&["indentation"],
|
&["indentation"],
|
||||||
|
|
Loading…
Reference in a new issue