Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Misspellings in misspel. #148

Description

@dmitshur

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions