Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misspellings in misspel. #148

Open
dmitshur opened this issue Dec 23, 2018 · 0 comments · May be fixed by #149
Open

Misspellings in misspel. #148

dmitshur opened this issue Dec 23, 2018 · 0 comments · May be fixed by #149

Comments

@dmitshur
Copy link

dmitshur commented Dec 23, 2018

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.

@dmitshur dmitshur linked a pull request Dec 23, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant