1
0
mirror of https://github.com/golang/go synced 2024-11-17 21:14:44 -07:00

cmd/go/testdata/script: fix typos in test comments

Change-Id: I2a55cda76f1074b997349dfd6e001dc7277faade
Reviewed-on: https://go-review.googlesource.com/134655
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
Bryan C. Mills 2018-08-09 17:54:43 -04:00
parent 13de5e7f7f
commit 1a1c45b32e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ stdout error
stdout incomplete
# The pattern "all" should match only packages that acutally exist,
# The pattern "all" should match only packages that actually exist,
# ignoring those whose existence is merely implied by imports.
go list -e -f '{{.ImportPath}}' all
stdout example.com/direct

View File

@ -47,7 +47,7 @@ stdout error
stdout incomplete
# The pattern "all" should match only packages that acutally exist,
# The pattern "all" should match only packages that actually exist,
# ignoring those whose existence is merely implied by imports.
go list -e -f '{{.ImportPath}} {{.Error}}' all
stdout example.com/direct