mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #1132 from epage/tesselate
fix(dict): Accept tesselate variant
This commit is contained in:
commit
13e7f3b19d
3 changed files with 5 additions and 15 deletions
5
crates/typos-dict/assets/allowed.csv
vendored
5
crates/typos-dict/assets/allowed.csv
vendored
|
@ -42,3 +42,8 @@ doas,built-in OpenBSD alternative to sudo (and has been ported to other systems)
|
||||||
healthz,common name for health check endpoints
|
healthz,common name for health check endpoints
|
||||||
readd,as in re-add but as an identifier
|
readd,as in re-add but as an identifier
|
||||||
unices,alt plural of unixes
|
unices,alt plural of unixes
|
||||||
|
tesselate,potentially US variant of tessellate
|
||||||
|
tesselated,potentially US variant of tessellated
|
||||||
|
tesselating,potentially US variant of tessellating
|
||||||
|
tesselation,potentially US variant of tessellation
|
||||||
|
tesselator,potentially US variant of tessellator
|
||||||
|
|
|
5
crates/typos-dict/assets/words.csv
vendored
5
crates/typos-dict/assets/words.csv
vendored
|
@ -61309,11 +61309,6 @@ tesitmony,testimony
|
||||||
tessealte,tessellate
|
tessealte,tessellate
|
||||||
tessealted,tessellated
|
tessealted,tessellated
|
||||||
tesselatad,tessellated
|
tesselatad,tessellated
|
||||||
tesselate,tessellate
|
|
||||||
tesselated,tessellated
|
|
||||||
tesselating,tessellating
|
|
||||||
tesselation,tessellation
|
|
||||||
tesselator,tessellator
|
|
||||||
tessleate,tessellate
|
tessleate,tessellate
|
||||||
tessleated,tessellated
|
tessleated,tessellated
|
||||||
tessleating,tessellating
|
tessleating,tessellating
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -22369,11 +22369,6 @@ pub static WORD_TES_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
dictgen::InsensitiveStr::Ascii("sealte"),
|
dictgen::InsensitiveStr::Ascii("sealte"),
|
||||||
dictgen::InsensitiveStr::Ascii("sealted"),
|
dictgen::InsensitiveStr::Ascii("sealted"),
|
||||||
dictgen::InsensitiveStr::Ascii("selatad"),
|
dictgen::InsensitiveStr::Ascii("selatad"),
|
||||||
dictgen::InsensitiveStr::Ascii("selate"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("selated"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("selating"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("selation"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("selator"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("sleate"),
|
dictgen::InsensitiveStr::Ascii("sleate"),
|
||||||
dictgen::InsensitiveStr::Ascii("sleated"),
|
dictgen::InsensitiveStr::Ascii("sleated"),
|
||||||
dictgen::InsensitiveStr::Ascii("sleating"),
|
dictgen::InsensitiveStr::Ascii("sleating"),
|
||||||
|
@ -22419,11 +22414,6 @@ pub static WORD_TES_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
&["tessellate"],
|
&["tessellate"],
|
||||||
&["tessellated"],
|
&["tessellated"],
|
||||||
&["tessellating"],
|
&["tessellating"],
|
||||||
&["tessellation"],
|
|
||||||
&["tessellator"],
|
|
||||||
&["tessellate"],
|
|
||||||
&["tessellated"],
|
|
||||||
&["tessellating"],
|
|
||||||
&["tessellator"],
|
&["tessellator"],
|
||||||
&["tessellation"],
|
&["tessellation"],
|
||||||
&["testosterone"],
|
&["testosterone"],
|
||||||
|
|
Loading…
Reference in a new issue