Skip to content

Commit b8823a8

Browse files
authored
Merge pull request #3623 from kaneshin/patch-1
build: Fix tiny typo
2 parents c46c41e + 658bcbc commit b8823a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func spellcheck(packages []string) {
309309
// Ensure the spellchecker is available
310310
build.MustRun(goTool("get", "github.com/client9/misspell/cmd/misspell"))
311311

312-
// Windows chokes on long argument lists, check packages individualy
312+
// Windows chokes on long argument lists, check packages individually
313313
for _, pkg := range packages {
314314
// The spell checker doesn't work on packages, gather all .go files for it
315315
out, err := goTool("list", "-f", "{{.Dir}}{{range .GoFiles}}\n{{.}}{{end}}{{range .CgoFiles}}\n{{.}}{{end}}{{range .TestGoFiles}}\n{{.}}{{end}}", pkg).CombinedOutput()

0 commit comments

Comments
 (0)