mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -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
|
||||
abscence,absence
|
||||
abscound,abscond
|
||||
absed,based
|
||||
absed,abased,based
|
||||
abselutely,absolutely
|
||||
abselutly,absolutely
|
||||
absense,absence
|
||||
|
@ -16754,7 +16754,7 @@ diverstiy,diversity
|
|||
divertion,diversion
|
||||
divertions,diversions
|
||||
divet,divot
|
||||
diviation,deviation
|
||||
diviation,divination,deviation
|
||||
divice,device
|
||||
divicer,divider
|
||||
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"],
|
||||
&["diversions"],
|
||||
&["divot"],
|
||||
&["deviation"],
|
||||
&["divination", "deviation"],
|
||||
&["device"],
|
||||
&["divider"],
|
||||
&["dividends"],
|
||||
|
@ -177869,7 +177869,7 @@ pub static WORD_ABSE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("stos"),
|
||||
],
|
||||
values: &[
|
||||
&["based"],
|
||||
&["abased", "based"],
|
||||
&["absolutely"],
|
||||
&["absolutely"],
|
||||
&["absence"],
|
||||
|
|
Loading…
Reference in a new issue