mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-02 19:59:34 -05:00
chore(dict): Move english words to english dictionary
This commit is contained in:
parent
eafac375fa
commit
2529aa1a6b
2 changed files with 24 additions and 26 deletions
26
crates/typos-dict/assets/allowed.csv
vendored
26
crates/typos-dict/assets/allowed.csv
vendored
|
@ -3,22 +3,8 @@ thead,html tag
|
|||
hardlinked,filesystem term
|
||||
hd, abbreviation for High Definition
|
||||
referer,http header field
|
||||
deques,noun
|
||||
dequeues,verb
|
||||
ons,so `add-ons` works
|
||||
accreting,verb of accrete
|
||||
zar,currency code for the South African rand
|
||||
simulative,adjective
|
||||
pervious,adjective
|
||||
perviously,adverb
|
||||
intension,noun
|
||||
intensional,adjective
|
||||
intensionally,adverb
|
||||
unuseful,adjective
|
||||
contiguities,plural of contiguity
|
||||
bellow,valid word and not just a typo of `below`
|
||||
revered,valid word and not just a typo of `reversed`
|
||||
recuse,valid word despite maybe being a typo of recurse
|
||||
shttp,also a protocol
|
||||
foldr,short for fold-right
|
||||
eof,end-of-file in programming
|
||||
|
@ -35,22 +21,10 @@ dur,abbreviation for duration
|
|||
ang,abbreviation for angle
|
||||
lst,abbreviation for list especially when list is a built-in like Python
|
||||
ans,abbreviation for answer
|
||||
automations,while automation is uncountable there are cases where automations works like with iPhone automations
|
||||
inout,keyword in many languages but used in many more
|
||||
kms,common enough acronym for Key Management Service
|
||||
doas,built-in OpenBSD alternative to sudo (and has been ported to other systems)
|
||||
healthz,common name for health check endpoints
|
||||
readd,as in re-add but as an identifier
|
||||
unices,alt plural of unixes
|
||||
tesselate,potentially US variant of tessellate
|
||||
tesselated,potentially US variant of tessellated
|
||||
tesselating,potentially US variant of tessellating
|
||||
tesselation,potentially US variant of tessellation
|
||||
tesselator,potentially US variant of tessellator
|
||||
additionals,additional looks like its sometimes a countable noun
|
||||
requestor,domain-specific variant of requester
|
||||
alloced,past tense of common programming abbreviation alloc
|
||||
parametrization,accepted alternative to parameterization
|
||||
parametrizations,accepted alternative to parameterizations
|
||||
parametrized,accepted alternative to parameterized
|
||||
parametrize,accepted alternative to parameterize
|
||||
|
|
|
24
crates/typos-dict/assets/english.csv
vendored
24
crates/typos-dict/assets/english.csv
vendored
|
@ -270,6 +270,7 @@ accra
|
|||
accredit
|
||||
accreditation
|
||||
accredited
|
||||
accreting
|
||||
accretion
|
||||
accrual
|
||||
accrue
|
||||
|
@ -445,6 +446,7 @@ addie
|
|||
addison
|
||||
addition
|
||||
additional
|
||||
additionals
|
||||
additive
|
||||
addle
|
||||
address
|
||||
|
@ -2910,6 +2912,7 @@ automate
|
|||
automatic
|
||||
automatically
|
||||
automation
|
||||
automations
|
||||
automatism
|
||||
automatize
|
||||
automaton
|
||||
|
@ -9230,6 +9233,7 @@ contestant
|
|||
contested
|
||||
contextualization
|
||||
contextualize
|
||||
contiguities
|
||||
contiguity
|
||||
contiguous
|
||||
continence
|
||||
|
@ -11320,6 +11324,8 @@ deputation
|
|||
depute
|
||||
deputize
|
||||
deputy
|
||||
deques
|
||||
dequeues
|
||||
derailleur
|
||||
derailment
|
||||
derangement
|
||||
|
@ -21712,6 +21718,9 @@ intense
|
|||
intensification
|
||||
intensifier
|
||||
intensify
|
||||
intension
|
||||
intensional
|
||||
intensionally
|
||||
intensity
|
||||
intensive
|
||||
intensiveness
|
||||
|
@ -31054,6 +31063,10 @@ paramedical
|
|||
parameter
|
||||
parameterize
|
||||
parametric
|
||||
parametrization
|
||||
parametrizations
|
||||
parametrize
|
||||
parametrized
|
||||
paramilitary
|
||||
paramount
|
||||
paramountcy
|
||||
|
@ -31904,6 +31917,8 @@ perverseness
|
|||
perversion
|
||||
perversity
|
||||
pervert
|
||||
pervious
|
||||
perviously
|
||||
peseta
|
||||
peshawar
|
||||
peskily
|
||||
|
@ -35623,6 +35638,7 @@ reputation
|
|||
repute
|
||||
reputed
|
||||
request
|
||||
requestor
|
||||
requiem
|
||||
require
|
||||
requirement
|
||||
|
@ -35837,6 +35853,7 @@ reverb
|
|||
reverberate
|
||||
reverberation
|
||||
revere
|
||||
revered
|
||||
reverence
|
||||
reverend
|
||||
reverent
|
||||
|
@ -38789,6 +38806,7 @@ simulacrum
|
|||
simulate
|
||||
simulation
|
||||
simulations
|
||||
simulative
|
||||
simulator
|
||||
simulcast
|
||||
simultaneity
|
||||
|
@ -42658,6 +42676,11 @@ tesla
|
|||
tesol
|
||||
tess
|
||||
tessa
|
||||
tesselate
|
||||
tesselated
|
||||
tesselating
|
||||
tesselation
|
||||
tesselator
|
||||
tessellate
|
||||
tessellation
|
||||
tessie
|
||||
|
@ -45001,6 +45024,7 @@ untrue
|
|||
untrustworthy
|
||||
untruth
|
||||
unukalhai
|
||||
unuseful
|
||||
unutterable
|
||||
unutterably
|
||||
unwarrantable
|
||||
|
|
|
Loading…
Add table
Reference in a new issue