-
Notifications
You must be signed in to change notification settings - Fork 497
Closed
Labels
Description
A coworker was taking over some of my old code and found a lot of misspellings in it... I'm looking into tools to help fix my issue (lol). I found that codespell
catches a lot of them! However, there were a few that it missed.
acculumating -> accumulating
anualized -> annualized
assset -> asset
avialible -> available
baises -> biases
cliped -> clipped
curature -> curvature
depdencencies -> dependencies
eveything -> everything
formuala -> formula
multpile -> multiple
pararm -> param
poin -> point
segmnet -> segment
termonology -> terminology
tolearnce -> tolerance
traids -> triads
tupes -> tuples
I'm not sure that all of these are good candidates, but probably some of them are! I thought I would just paste them all here to see if you think any of them are worth adding.