mirror of https://github.com/golang/go.git
This is the second round to look for spelling mistakes. This time the
manual sifting of the result list was made easier by filtering out
capitalized and camelcase words.
grep -r --include '*.go' -E '^// .*$' . | aspell list | grep -E -x '[A-Za-z]{1}[a-z]*' | sort | uniq
|
||
|---|---|---|
| .. | ||
| testdata | ||
| overlaydir_test.go | ||
| shared_test.go | ||