feat(dict): Add typo identitiy -> identity

This commit is contained in:
Denis Kasak 2022-04-28 15:46:37 +02:00
parent dd827082e9
commit 29508a689b
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -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"],