Closed voutasaurus closed 7 years ago
I got this output from goreportcard.com:
misspell 66% Misspell Finds commonly misspelled English words p/gen/word.go Line 3: warning: found "smears" a misspelling of "swears" (misspell)
smears is a word (https://www.google.com/?q=define:+smears).
I tested locally with the latest misspell and there's no misspelling reported.
$ go get -u github.com/client9/misspell/cmd/misspell $ echo "smears" > text.txt $ misspell text.txt
@voutasaurus thanks. Please check again, should be fixed now.
Can confirm, thanks! :)
I got this output from goreportcard.com:
smears is a word (https://www.google.com/?q=define:+smears).
I tested locally with the latest misspell and there's no misspelling reported.