mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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
This PR will be imported into Gerrit with the title and first
comment (this text) used to generate the subject and body of
the Gerrit change.
Change-Id: Ie8a2092aaa7e1f051aa90f03dbaf2b9aaf5664a9
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| testdata | ||
| overlaydir_test.go | ||
| shared_test.go | ||