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
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.
The text was updated successfully, but these errors were encountered:
There are misspellings in
misspell
thatmisspell
itself can be used to find. They're not intentional, are they? Have you considered usingmisspell
onmisspell
itself?I'll send a PR to fix these for review. Edit: Sent PR #149.
The text was updated successfully, but these errors were encountered: