mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
fix(dict): Add more june typos
Some from #1024 that were missed in #1052
This commit is contained in:
parent
04eea79695
commit
fa7786ec69
2 changed files with 44 additions and 7 deletions
12
crates/typos-dict/assets/words.csv
vendored
12
crates/typos-dict/assets/words.csv
vendored
|
@ -4907,6 +4907,7 @@ aske,ask
|
|||
askes,asks
|
||||
askign,asking
|
||||
askreddt,askreddit
|
||||
aslias,alias
|
||||
aslo,also
|
||||
asnd,and
|
||||
asnwer,answer
|
||||
|
@ -18117,6 +18118,7 @@ deplorabile,deplorable
|
|||
deplorible,deplorable
|
||||
deployd,deployed,deploy
|
||||
deployement,deployment
|
||||
deployes,deploys
|
||||
deploymenet,deployment
|
||||
deploymenets,deployments
|
||||
deploymnet,deployment
|
||||
|
@ -23874,6 +23876,7 @@ exampples,examples
|
|||
exampt,exempt
|
||||
exand,expand
|
||||
exansive,expansive
|
||||
exapanded,expanded
|
||||
exapanding,expanding
|
||||
exapansion,expansion
|
||||
exapend,expand
|
||||
|
@ -26728,6 +26731,7 @@ fogot,forgot
|
|||
fogotten,forgotten
|
||||
fointers,pointers
|
||||
foir,for
|
||||
foirefox,firefox
|
||||
folde,folder,fold
|
||||
foler,folder
|
||||
folers,folders
|
||||
|
@ -37983,6 +37987,7 @@ methodd,method
|
|||
methode,method
|
||||
methoden,methods
|
||||
methodolgy,methodology
|
||||
methodoligies,methodologies
|
||||
methodoligy,methodology
|
||||
methodoloy,methodology
|
||||
methodoly,methodology
|
||||
|
@ -38149,6 +38154,8 @@ micrpohone,microphones
|
|||
micrsft,microsoft
|
||||
micrsoft,microsoft
|
||||
middel,middle
|
||||
middelware,middleware
|
||||
middlewar,middleware
|
||||
middlware,middleware
|
||||
midevil,medieval
|
||||
midfeild,midfield
|
||||
|
@ -43041,6 +43048,7 @@ ovverridden,overridden
|
|||
ovverride,override
|
||||
ovverrides,overrides
|
||||
ovverriding,overriding
|
||||
owened,owned
|
||||
owener,owner
|
||||
owerflow,overflow
|
||||
owerflowed,overflowed
|
||||
|
@ -48150,6 +48158,7 @@ prototpye,prototype
|
|||
prototpyes,prototypes
|
||||
prototye,prototype
|
||||
prototyes,prototypes
|
||||
prototying,prototyping
|
||||
prototyps,prototypes
|
||||
protoype,prototype
|
||||
protoyped,prototyped
|
||||
|
@ -50466,6 +50475,7 @@ reitterates,reiterates
|
|||
reivew,review
|
||||
reivews,reviews
|
||||
reivison,revision
|
||||
rejcted,rejected
|
||||
rejplace,replace
|
||||
rekenton,renekton
|
||||
reknown,renown
|
||||
|
@ -53668,6 +53678,8 @@ screeen,screen
|
|||
screem,scream,screen
|
||||
screenchot,screenshot
|
||||
screenchots,screenshots
|
||||
screenhot,screenshot
|
||||
screenhots,screenshots
|
||||
screenshat,screenshot
|
||||
screenshit,screenshot
|
||||
screenshoot,screenshot
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -43767,6 +43767,8 @@ pub static WORD_SCRE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("em"),
|
||||
dictgen::InsensitiveStr::Ascii("enchot"),
|
||||
dictgen::InsensitiveStr::Ascii("enchots"),
|
||||
dictgen::InsensitiveStr::Ascii("enhot"),
|
||||
dictgen::InsensitiveStr::Ascii("enhots"),
|
||||
dictgen::InsensitiveStr::Ascii("enshat"),
|
||||
dictgen::InsensitiveStr::Ascii("enshit"),
|
||||
dictgen::InsensitiveStr::Ascii("enshoot"),
|
||||
|
@ -43784,6 +43786,8 @@ pub static WORD_SCRE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["screenshot"],
|
||||
&["screenshots"],
|
||||
&["screenshot"],
|
||||
&["screenshots"],
|
||||
&["screenshot"],
|
||||
&["screenshot"],
|
||||
&["screenshot"],
|
||||
&["screenshot"],
|
||||
|
@ -54897,9 +54901,12 @@ static WORD_REJ_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
|
|||
};
|
||||
|
||||
pub static WORD_REJ_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[dictgen::InsensitiveStr::Ascii("place")],
|
||||
values: &[&["replace"]],
|
||||
range: 5..=5,
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("cted"),
|
||||
dictgen::InsensitiveStr::Ascii("place"),
|
||||
],
|
||||
values: &[&["rejected"], &["replace"]],
|
||||
range: 4..=5,
|
||||
};
|
||||
|
||||
static WORD_REI_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
|
@ -62932,6 +62939,7 @@ pub static WORD_PROTO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
dictgen::InsensitiveStr::Ascii("tpyes"),
|
||||
dictgen::InsensitiveStr::Ascii("tye"),
|
||||
dictgen::InsensitiveStr::Ascii("tyes"),
|
||||
dictgen::InsensitiveStr::Ascii("tying"),
|
||||
dictgen::InsensitiveStr::Ascii("typs"),
|
||||
dictgen::InsensitiveStr::Ascii("ype"),
|
||||
dictgen::InsensitiveStr::Ascii("yped"),
|
||||
|
@ -62970,6 +62978,7 @@ pub static WORD_PROTO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
|
|||
&["prototypes"],
|
||||
&["prototype"],
|
||||
&["prototypes"],
|
||||
&["prototyping"],
|
||||
&["prototypes"],
|
||||
&["prototype"],
|
||||
&["prototyped"],
|
||||
|
@ -79754,6 +79763,7 @@ static WORD_OW_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::D
|
|||
|
||||
pub static WORD_OW_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("ened"),
|
||||
dictgen::InsensitiveStr::Ascii("ener"),
|
||||
dictgen::InsensitiveStr::Ascii("erflow"),
|
||||
dictgen::InsensitiveStr::Ascii("erflowed"),
|
||||
|
@ -79783,6 +79793,7 @@ pub static WORD_OW_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
|||
dictgen::InsensitiveStr::Ascii("uldve"),
|
||||
],
|
||||
values: &[
|
||||
&["owned"],
|
||||
&["owner"],
|
||||
&["overflow"],
|
||||
&["overflowed"],
|
||||
|
@ -97174,6 +97185,8 @@ static WORD_MID_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
|
|||
pub static WORD_MID_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("del"),
|
||||
dictgen::InsensitiveStr::Ascii("delware"),
|
||||
dictgen::InsensitiveStr::Ascii("dlewar"),
|
||||
dictgen::InsensitiveStr::Ascii("dlware"),
|
||||
dictgen::InsensitiveStr::Ascii("evil"),
|
||||
dictgen::InsensitiveStr::Ascii("feild"),
|
||||
|
@ -97206,6 +97219,8 @@ pub static WORD_MID_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
values: &[
|
||||
&["middle"],
|
||||
&["middleware"],
|
||||
&["middleware"],
|
||||
&["middleware"],
|
||||
&["medieval"],
|
||||
&["midfield"],
|
||||
&["midfielder"],
|
||||
|
@ -97829,6 +97844,7 @@ pub static WORD_METH_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("ode"),
|
||||
dictgen::InsensitiveStr::Ascii("oden"),
|
||||
dictgen::InsensitiveStr::Ascii("odolgy"),
|
||||
dictgen::InsensitiveStr::Ascii("odoligies"),
|
||||
dictgen::InsensitiveStr::Ascii("odoligy"),
|
||||
dictgen::InsensitiveStr::Ascii("odoloy"),
|
||||
dictgen::InsensitiveStr::Ascii("odoly"),
|
||||
|
@ -97864,6 +97880,7 @@ pub static WORD_METH_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["method"],
|
||||
&["methods"],
|
||||
&["methodology"],
|
||||
&["methodologies"],
|
||||
&["methodology"],
|
||||
&["methodology"],
|
||||
&["methodology"],
|
||||
|
@ -135243,8 +135260,9 @@ pub static WORD_FOI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("nters"),
|
||||
dictgen::InsensitiveStr::Ascii("r"),
|
||||
dictgen::InsensitiveStr::Ascii("refox"),
|
||||
],
|
||||
values: &[&["pointers"], &["for"]],
|
||||
values: &[&["pointers"], &["for"], &["firefox"]],
|
||||
range: 1..=5,
|
||||
};
|
||||
|
||||
|
@ -144573,6 +144591,7 @@ static WORD_EXAP_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen:
|
|||
|
||||
pub static WORD_EXAP_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("anded"),
|
||||
dictgen::InsensitiveStr::Ascii("anding"),
|
||||
dictgen::InsensitiveStr::Ascii("ansion"),
|
||||
dictgen::InsensitiveStr::Ascii("end"),
|
||||
|
@ -144594,6 +144613,7 @@ pub static WORD_EXAP_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("nsive"),
|
||||
],
|
||||
values: &[
|
||||
&["expanded"],
|
||||
&["expanding"],
|
||||
&["expansion"],
|
||||
&["expand"],
|
||||
|
@ -163934,6 +163954,7 @@ pub static WORD_DEPL_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("orible"),
|
||||
dictgen::InsensitiveStr::Ascii("oyd"),
|
||||
dictgen::InsensitiveStr::Ascii("oyement"),
|
||||
dictgen::InsensitiveStr::Ascii("oyes"),
|
||||
dictgen::InsensitiveStr::Ascii("oymenet"),
|
||||
dictgen::InsensitiveStr::Ascii("oymenets"),
|
||||
dictgen::InsensitiveStr::Ascii("oymnet"),
|
||||
|
@ -163954,6 +163975,7 @@ pub static WORD_DEPL_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["deplorable"],
|
||||
&["deployed", "deploy"],
|
||||
&["deployment"],
|
||||
&["deploys"],
|
||||
&["deployment"],
|
||||
&["deployments"],
|
||||
&["deployment"],
|
||||
|
@ -208485,9 +208507,12 @@ static WORD_ASL_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
|
|||
};
|
||||
|
||||
pub static WORD_ASL_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
keys: &[dictgen::InsensitiveStr::Ascii("o")],
|
||||
values: &[&["also"]],
|
||||
range: 1..=1,
|
||||
keys: &[
|
||||
dictgen::InsensitiveStr::Ascii("ias"),
|
||||
dictgen::InsensitiveStr::Ascii("o"),
|
||||
],
|
||||
values: &[&["alias"], &["also"]],
|
||||
range: 1..=3,
|
||||
};
|
||||
|
||||
static WORD_ASK_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
|
|
Loading…
Reference in a new issue