mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -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
|
||||
identitets,identities
|
||||
identitites,identities
|
||||
identitiy,identity
|
||||
identitties,identities
|
||||
identiy,identify,identity
|
||||
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("titets"),
|
||||
dictgen::InsensitiveStr::Ascii("titites"),
|
||||
dictgen::InsensitiveStr::Ascii("titiy"),
|
||||
dictgen::InsensitiveStr::Ascii("titties"),
|
||||
dictgen::InsensitiveStr::Ascii("tiy"),
|
||||
dictgen::InsensitiveStr::Ascii("ttation"),
|
||||
|
@ -95039,6 +95040,7 @@ pub static WORD_IDEN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["identities"],
|
||||
&["identities"],
|
||||
&["identities"],
|
||||
&["identity"],
|
||||
&["identities"],
|
||||
&["identify", "identity"],
|
||||
&["indentation"],
|
||||
|
|
Loading…
Reference in a new issue