Skip to content

Commit

Permalink
fix(dict): Remove Spile from being a typo
Browse files Browse the repository at this point in the history
Fixes #951
  • Loading branch information
epage committed Apr 1, 2024
1 parent 233d6a3 commit b7ee76e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/english.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40026,6 +40026,7 @@ spigot
spike
spikiness
spiky
spile
spill
spillage
spillane
Expand Down
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55692,7 +55692,6 @@ sphereos,spheres
spicific,specific
spicified,specified
spicify,specify
spile,spite,spiral
spilnter,splinter
spiltter,splitter
spiltting,splitting
Expand Down
4 changes: 1 addition & 3 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32137,7 +32137,6 @@ pub static WORD_SPI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("cific"),
dictgen::InsensitiveStr::Ascii("cified"),
dictgen::InsensitiveStr::Ascii("cify"),
dictgen::InsensitiveStr::Ascii("le"),
dictgen::InsensitiveStr::Ascii("lnter"),
dictgen::InsensitiveStr::Ascii("ltter"),
dictgen::InsensitiveStr::Ascii("ltting"),
Expand Down Expand Up @@ -32168,7 +32167,6 @@ pub static WORD_SPI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["specific"],
&["specified"],
&["specify"],
&["spite", "spiral"],
&["splinter"],
&["splitter"],
&["splitting"],
Expand All @@ -32195,7 +32193,7 @@ pub static WORD_SPI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["spiritually"],
&["spiritually"],
],
range: 2..=10,
range: 4..=10,
};

static WORD_SPH_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
Expand Down

0 comments on commit b7ee76e

Please sign in to comment.