mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 18:41:05 -05:00
feat: Add 3 typos
This commit is contained in:
parent
97770bdd02
commit
9094b0b9aa
2 changed files with 17 additions and 6 deletions
3
crates/typos-dict/assets/words.csv
vendored
3
crates/typos-dict/assets/words.csv
vendored
|
@ -15124,6 +15124,7 @@ detatched,detached
|
||||||
detatches,detaches
|
detatches,detaches
|
||||||
detatching,detaching
|
detatching,detaching
|
||||||
detault,default
|
detault,default
|
||||||
|
detctable,detectable
|
||||||
detction,detection
|
detction,detection
|
||||||
deteced,detected
|
deteced,detected
|
||||||
detecing,detecting
|
detecing,detecting
|
||||||
|
@ -43248,6 +43249,7 @@ seamlessley,seamlessly
|
||||||
seamlessy,seamlessly
|
seamlessy,seamlessly
|
||||||
seantor,senator
|
seantor,senator
|
||||||
seantors,senators
|
seantors,senators
|
||||||
|
seaonal,seasonal
|
||||||
searcahble,searchable
|
searcahble,searchable
|
||||||
searchd,searched
|
searchd,searched
|
||||||
searche,search,searched
|
searche,search,searched
|
||||||
|
@ -52639,6 +52641,7 @@ waviers,waivers
|
||||||
wawe,wave
|
wawe,wave
|
||||||
wawes,waves
|
wawes,waves
|
||||||
wawrick,warwick
|
wawrick,warwick
|
||||||
|
wayferer,wayfarer
|
||||||
wayword,wayward
|
wayword,wayward
|
||||||
weakenend,weakened
|
weakenend,weakened
|
||||||
weakensses,weaknesses
|
weakensses,weaknesses
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -2457,9 +2457,12 @@ static WORD_WAY_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
|
||||||
};
|
};
|
||||||
|
|
||||||
pub static WORD_WAY_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
pub static WORD_WAY_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||||
keys: &[dictgen::InsensitiveStr::Ascii("word")],
|
keys: &[
|
||||||
values: &[&["wayward"]],
|
dictgen::InsensitiveStr::Ascii("ferer"),
|
||||||
range: 4..=4,
|
dictgen::InsensitiveStr::Ascii("word"),
|
||||||
|
],
|
||||||
|
values: &[&["wayfarer"], &["wayward"]],
|
||||||
|
range: 4..=5,
|
||||||
};
|
};
|
||||||
|
|
||||||
static WORD_WAW_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
static WORD_WAW_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||||
|
@ -33847,6 +33850,7 @@ pub static WORD_SEA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
dictgen::InsensitiveStr::Ascii("mlessy"),
|
dictgen::InsensitiveStr::Ascii("mlessy"),
|
||||||
dictgen::InsensitiveStr::Ascii("ntor"),
|
dictgen::InsensitiveStr::Ascii("ntor"),
|
||||||
dictgen::InsensitiveStr::Ascii("ntors"),
|
dictgen::InsensitiveStr::Ascii("ntors"),
|
||||||
|
dictgen::InsensitiveStr::Ascii("onal"),
|
||||||
dictgen::InsensitiveStr::Ascii("rcahble"),
|
dictgen::InsensitiveStr::Ascii("rcahble"),
|
||||||
dictgen::InsensitiveStr::Ascii("rchd"),
|
dictgen::InsensitiveStr::Ascii("rchd"),
|
||||||
dictgen::InsensitiveStr::Ascii("rche"),
|
dictgen::InsensitiveStr::Ascii("rche"),
|
||||||
|
@ -33872,6 +33876,7 @@ pub static WORD_SEA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
&["seamlessly"],
|
&["seamlessly"],
|
||||||
&["senator"],
|
&["senator"],
|
||||||
&["senators"],
|
&["senators"],
|
||||||
|
&["seasonal"],
|
||||||
&["searchable"],
|
&["searchable"],
|
||||||
&["searched"],
|
&["searched"],
|
||||||
&["search", "searched"],
|
&["search", "searched"],
|
||||||
|
@ -128050,9 +128055,12 @@ static WORD_DETC_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen:
|
||||||
};
|
};
|
||||||
|
|
||||||
pub static WORD_DETC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
pub static WORD_DETC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||||
keys: &[dictgen::InsensitiveStr::Ascii("tion")],
|
keys: &[
|
||||||
values: &[&["detection"]],
|
dictgen::InsensitiveStr::Ascii("table"),
|
||||||
range: 4..=4,
|
dictgen::InsensitiveStr::Ascii("tion"),
|
||||||
|
],
|
||||||
|
values: &[&["detectable"], &["detection"]],
|
||||||
|
range: 4..=5,
|
||||||
};
|
};
|
||||||
|
|
||||||
static WORD_DETA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
static WORD_DETA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||||
|
|
Loading…
Reference in a new issue