From cb3736663e61ab7d97839481696bae0c77434865 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 13 Aug 2022 23:48:33 +0900 Subject: [PATCH] Add other corrections --- crates/typos-dict/assets/words.csv | 4 ++-- crates/typos-dict/src/dict_codegen.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index d3c85ab..0e50b59 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -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 diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 0f28752..1679b55 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -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"],