Commit 1a1c45b3 authored by Bryan C. Mills's avatar Bryan C. Mills

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

Change-Id: I2a55cda76f1074b997349dfd6e001dc7277faade
Reviewed-on: https://go-review.googlesource.com/134655Reviewed-by: 's avatarDaniel Martí <mvdan@mvdan.cc>
parent 13de5e7f
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment