From cc26a8f6937e45bc04ddca9eb92540852d7a86c3 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Sun, 12 Mar 2023 14:35:31 +0100 Subject: [PATCH] change: existend => existed,existent --- crates/typos-dict/assets/words.csv | 2 +- crates/typos-dict/src/dict_codegen.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 24618fc..edf7919 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -19769,7 +19769,7 @@ existantial,existential existatus,exitstatus existencd,existence existencial,existential -existend,existed +existend,existed,existent existenial,existential existense,existence existensial,existential diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 5a66d91..6f37187 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -112618,7 +112618,7 @@ pub static WORD_EXI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict &["exitstatus"], &["existence"], &["existential"], - &["existed"], + &["existed", "existent"], &["existential"], &["existence"], &["existential"],