feat(dict): Add decreypted -> decrypted

This commit is contained in:
Jonas Platte 2022-10-25 12:02:18 +02:00
parent 4e7e37799b
commit f0e268bb7e
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 0 deletions

View file

@ -13648,6 +13648,7 @@ decremeneted,decremented
decrese,decrease
decresing,decreasing,deceasing
decress,decrees
decreypted,decrypted
decribe,describe
decribed,described
decribes,describes

Can't render this file because it is too large.

View file

@ -132464,6 +132464,7 @@ pub static WORD_DECR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
dictgen::InsensitiveStr::Ascii("ese"),
dictgen::InsensitiveStr::Ascii("esing"),
dictgen::InsensitiveStr::Ascii("ess"),
dictgen::InsensitiveStr::Ascii("eypted"),
dictgen::InsensitiveStr::Ascii("ibe"),
dictgen::InsensitiveStr::Ascii("ibed"),
dictgen::InsensitiveStr::Ascii("ibes"),
@ -132494,6 +132495,7 @@ pub static WORD_DECR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["decrease"],
&["decreasing", "deceasing"],
&["decrees"],
&["decrypted"],
&["describe"],
&["described"],
&["describes"],