mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-29 04:21:06 -05:00
Add other corrections
This commit is contained in:
parent
50da882077
commit
cb3736663e
2 changed files with 4 additions and 4 deletions
4
crates/typos-dict/assets/words.csv
vendored
4
crates/typos-dict/assets/words.csv
vendored
|
@ -147,7 +147,7 @@ absailing,abseiling
|
||||||
absance,absence
|
absance,absence
|
||||||
abscence,absence
|
abscence,absence
|
||||||
abscound,abscond
|
abscound,abscond
|
||||||
absed,based
|
absed,abased,based
|
||||||
abselutely,absolutely
|
abselutely,absolutely
|
||||||
abselutly,absolutely
|
abselutly,absolutely
|
||||||
absense,absence
|
absense,absence
|
||||||
|
@ -16754,7 +16754,7 @@ diverstiy,diversity
|
||||||
divertion,diversion
|
divertion,diversion
|
||||||
divertions,diversions
|
divertions,diversions
|
||||||
divet,divot
|
divet,divot
|
||||||
diviation,deviation
|
diviation,divination,deviation
|
||||||
divice,device
|
divice,device
|
||||||
divicer,divider
|
divicer,divider
|
||||||
dividendes,dividends
|
dividendes,dividends
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -121390,7 +121390,7 @@ pub static WORD_DIV_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
&["diversion"],
|
&["diversion"],
|
||||||
&["diversions"],
|
&["diversions"],
|
||||||
&["divot"],
|
&["divot"],
|
||||||
&["deviation"],
|
&["divination", "deviation"],
|
||||||
&["device"],
|
&["device"],
|
||||||
&["divider"],
|
&["divider"],
|
||||||
&["dividends"],
|
&["dividends"],
|
||||||
|
@ -177869,7 +177869,7 @@ pub static WORD_ABSE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
||||||
dictgen::InsensitiveStr::Ascii("stos"),
|
dictgen::InsensitiveStr::Ascii("stos"),
|
||||||
],
|
],
|
||||||
values: &[
|
values: &[
|
||||||
&["based"],
|
&["abased", "based"],
|
||||||
&["absolutely"],
|
&["absolutely"],
|
||||||
&["absolutely"],
|
&["absolutely"],
|
||||||
&["absence"],
|
&["absence"],
|
||||||
|
|
Loading…
Reference in a new issue