mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
Merge pull request #747 from tklauser/accreting
fix(dict): Don't correct "accreting"
This commit is contained in:
commit
ebf42424c3
3 changed files with 1 additions and 3 deletions
1
crates/typos-dict/assets/allowed.csv
vendored
1
crates/typos-dict/assets/allowed.csv
vendored
|
@ -5,3 +5,4 @@ referer,http header field
|
|||
deques,noun
|
||||
dequeues,verb
|
||||
ons,so `add-ons` works
|
||||
accreting,verb of accrete
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -687,7 +687,6 @@ accredidation,accreditation
|
|||
accreditied,accredited
|
||||
accreditted,accredited
|
||||
accress,access
|
||||
accreting,accrediting
|
||||
accroding,according
|
||||
accrodingly,accordingly
|
||||
accronym,acronym
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -209061,7 +209061,6 @@ pub static WORD_ACCR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
dictgen::InsensitiveStr::Ascii("editied"),
|
||||
dictgen::InsensitiveStr::Ascii("editted"),
|
||||
dictgen::InsensitiveStr::Ascii("ess"),
|
||||
dictgen::InsensitiveStr::Ascii("eting"),
|
||||
dictgen::InsensitiveStr::Ascii("oding"),
|
||||
dictgen::InsensitiveStr::Ascii("odingly"),
|
||||
dictgen::InsensitiveStr::Ascii("onym"),
|
||||
|
@ -209082,7 +209081,6 @@ pub static WORD_ACCR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["accredited"],
|
||||
&["accredited"],
|
||||
&["access"],
|
||||
&["accrediting"],
|
||||
&["according"],
|
||||
&["accordingly"],
|
||||
&["acronym"],
|
||||
|
|
Loading…
Reference in a new issue