go/test/fixedbugs/issue47068.dir
Marcel Meyer e91c7cee34 all: fix typos in go file comments
These typos were found by executing grep, aspell, sort and uniq in
a pipe and searching in the resulted list manually for possible typos.

grep -r --include '.go' -E '^// .$' . | aspell list | sort | uniq
2023-01-06 23:32:16 +00:00
..
a.go all: fix typos in go file comments 2023-01-06 23:32:16 +00:00
b.go
main.go