]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/testdata/script: fix typos in test comments
authorBryan C. Mills <bcmills@google.com>
Thu, 9 Aug 2018 21:54:43 +0000 (17:54 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 11 Sep 2018 20:27:42 +0000 (20:27 +0000)
Change-Id: I2a55cda76f1074b997349dfd6e001dc7277faade
Reviewed-on: https://go-review.googlesource.com/134655
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/cmd/go/testdata/script/list_bad_import.txt
src/cmd/go/testdata/script/mod_list_bad_import.txt

index ba66b0937f84aebf71e979c7522f883615ddd3dc..3d9cac0d5f5495b0bfb8a52856a9e6f840a385c1 100644 (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
index 258eb6a56711cbe7d5de3bd98d0af5c9132abee3..8a66e0b72a0a5acd15031f685784371a301f24c0 100644 (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