mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
feat(dict): Add assorted typos
baged -> bagged baged -> badge codesbase -> codebase (+ variants) depercate -> deprecate (+ variants) fallthough -> fallthrough
This commit is contained in:
parent
9576a03cee
commit
611bd09d9d
2 changed files with 31 additions and 6 deletions
7
crates/typos-dict/assets/words.csv
vendored
7
crates/typos-dict/assets/words.csv
vendored
|
@ -5246,6 +5246,7 @@ badnits,bandits
|
|||
badnwagon,bandwagon
|
||||
badnwidth,bandwidth
|
||||
bage,bag
|
||||
baged,badge,bagged
|
||||
bahaving,behaving
|
||||
bahavior,behavior
|
||||
bahavioral,behavioral
|
||||
|
@ -8803,6 +8804,8 @@ cocuments,document
|
|||
codde,code,coded,coddle
|
||||
codeing,coding
|
||||
codepoitn,codepoint
|
||||
codesbase,codebase
|
||||
codesbases,codebases
|
||||
codesc,codecs
|
||||
codespel,codespell
|
||||
codesream,codestream
|
||||
|
@ -14521,6 +14524,9 @@ depenent,dependent
|
|||
depenently,dependently
|
||||
depening,depending,deepening
|
||||
depennding,depending
|
||||
depercate,deprecate
|
||||
depercated,deprecated
|
||||
depercation,deprecation
|
||||
deperecated,deprecated
|
||||
deperecation,deprecation
|
||||
depicitng,depicting
|
||||
|
@ -20941,6 +20947,7 @@ fallatious,fallacious
|
|||
fallbck,fallback
|
||||
fallhrough,fallthrough
|
||||
fallicious,fallacious
|
||||
fallthough,fallthrough
|
||||
fallthruogh,fallthrough
|
||||
falltrough,fallthrough
|
||||
falmethrower,flamethrower
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -108176,6 +108176,7 @@ pub static WORD_FAL_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
dictgen::InsensitiveStr::Ascii("lbck"),
|
||||
dictgen::InsensitiveStr::Ascii("lhrough"),
|
||||
dictgen::InsensitiveStr::Ascii("licious"),
|
||||
dictgen::InsensitiveStr::Ascii("lthough"),
|
||||
dictgen::InsensitiveStr::Ascii("lthruogh"),
|
||||
dictgen::InsensitiveStr::Ascii("ltrough"),
|
||||
dictgen::InsensitiveStr::Ascii("methrower"),
|
||||
|
@ -108210,6 +108211,7 @@ pub static WORD_FAL_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
&["fallacious"],
|
||||
&["fallthrough"],
|
||||
&["fallthrough"],
|
||||
&["fallthrough"],
|
||||
&["flamethrower"],
|
||||
&["falsely"],
|
||||
&["flash", "false"],
|
||||
|
@ -129514,11 +129516,20 @@ static WORD_DEPER_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen
|
|||
|
||||
pub static WORD_DEPER_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("cate"),
|
||||
dictgen::InsensitiveStr::Ascii("cated"),
|
||||
dictgen::InsensitiveStr::Ascii("cation"),
|
||||
dictgen::InsensitiveStr::Ascii("ecated"),
|
||||
dictgen::InsensitiveStr::Ascii("ecation"),
|
||||
],
|
||||
values: &[&["deprecated"], &["deprecation"]],
|
||||
range: 6..=7,
|
||||
values: &[
|
||||
&["deprecate"],
|
||||
&["deprecated"],
|
||||
&["deprecation"],
|
||||
&["deprecated"],
|
||||
&["deprecation"],
|
||||
],
|
||||
range: 4..=7,
|
||||
};
|
||||
|
||||
static WORD_DEPEN_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
|
@ -149046,6 +149057,8 @@ pub static WORD_COD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
dictgen::InsensitiveStr::Ascii("de"),
|
||||
dictgen::InsensitiveStr::Ascii("eing"),
|
||||
dictgen::InsensitiveStr::Ascii("epoitn"),
|
||||
dictgen::InsensitiveStr::Ascii("esbase"),
|
||||
dictgen::InsensitiveStr::Ascii("esbases"),
|
||||
dictgen::InsensitiveStr::Ascii("esc"),
|
||||
dictgen::InsensitiveStr::Ascii("espel"),
|
||||
dictgen::InsensitiveStr::Ascii("esream"),
|
||||
|
@ -149062,6 +149075,8 @@ pub static WORD_COD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
&["code", "coded", "coddle"],
|
||||
&["coding"],
|
||||
&["codepoint"],
|
||||
&["codebase"],
|
||||
&["codebases"],
|
||||
&["codecs"],
|
||||
&["codespell"],
|
||||
&["codestream"],
|
||||
|
@ -149074,7 +149089,7 @@ pub static WORD_COD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
&["conductor"],
|
||||
&["conducts"],
|
||||
],
|
||||
range: 2..=6,
|
||||
range: 2..=7,
|
||||
};
|
||||
|
||||
static WORD_COC_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
|
@ -161115,9 +161130,12 @@ static WORD_BAG_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
|
|||
};
|
||||
|
||||
pub static WORD_BAG_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[dictgen::InsensitiveStr::Ascii("e")],
|
||||
values: &[&["bag"]],
|
||||
range: 1..=1,
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("e"),
|
||||
dictgen::InsensitiveStr::Ascii("ed"),
|
||||
],
|
||||
values: &[&["bag"], &["badge", "bagged"]],
|
||||
range: 1..=2,
|
||||
};
|
||||
|
||||
static WORD_BAD_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
|
|
Loading…
Reference in a new issue