You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
There are misspellings in misspell that misspell itself can be used to find. They're not intentional, are they? Have you considered using misspell on misspell itself?
$ go list
github.com/client9/misspell
$ misspell . | grep -v "^words\.go:" | grep -v "^README\.md:" | grep -v "^replace_test\.go:" | grep -v "^Makefile:" | grep -v "^falsepositives_test\.go:"
ignore/glob.go:28:9: "satifies" is a misspelling of "satisfies"
ignore/glob.go:54:15: "satifies" is a misspelling of "satisfies"
notwords.go:75:54: "preceeded" is a misspelling of "preceded"
url.go:13:12: "attemps" is a misspelling of "attempts"
cmd/misspell/main.go:33:16: "beteen" is a misspelling of "between"
I'll send a PR to fix these for review. Edit: Sent PR #149.
There are misspellings in
misspellthatmisspellitself can be used to find. They're not intentional, are they? Have you considered usingmisspellonmisspellitself?I'll send a PR to fix these for review. Edit: Sent PR #149.