misspell icon indicating copy to clipboard operation
misspell copied to clipboard

Correct commonly misspelled English words in source files

Results 77 misspell issues
Sort by recently updated
recently updated
newest added

Backporting golangci for good

Typos found by [codespell](https://github.com/codespell-project/codespell). Mostly duplicate of #117, #149, #177, except for: `agregation` → `aggregation` `compilier` → `compiler` `cant't` → `can't` `Execept` → `Except` `application/javascipt` → `application/javascript` `differnet` → `different`...

I'm curious if this project is maintained. Looks like isn't. What I see: - The latest commit and release was on Mar 9, 2018. - There are 42 non-closed issues....

I've found several misspellings that aren't covered in words.go: * "attempteds" -> "attempted" * "backoff" -> "back off" * "backoffice" -> "back office" * "bugfixes" -> "bug fixes" * "cherrypick"...

Hi there. It seems like there is an issue with `misspell` with MacOS Monterey. After updating, running `misspell` produces this error: ``` fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x13b111d,...

See https://git.io/ and https://github.blog/changelog/2022-04-25-git-io-deprecation/ with this the readme instructions no longer work any CI or scripts that depended on git.io also broke

Added meter (US) & metre (UK)

If I pass file as an argument `misspell Readme.md` then I don't get any output. what am I doing wrong?