aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-06-12 15:57:00 -0700
committerGopher Robot <gobot@golang.org>2023-06-20 18:25:35 +0000
commit8484f2fe0250f16304f3112b1caee5a32e685823 (patch)
treec1f211ab31a534bea417b59dc397ab3300edc324
parenta7b179370124c0114036b98a14f3f17cf76c122d (diff)
downloadgo-8484f2fe0250f16304f3112b1caee5a32e685823.tar.gz
go-8484f2fe0250f16304f3112b1caee5a32e685823.zip
cmd/go: add comment for intentional misspelling
Try to avoid fixes from automatic spell checkers. Change-Id: I1d134fb2721decffa865a3f4d78bca4fce8e8fee Reviewed-on: https://go-review.googlesource.com/c/go/+/502658 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org>
-rw-r--r--src/cmd/go/testdata/script/build_unsupported_goos.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/testdata/script/build_unsupported_goos.txt b/src/cmd/go/testdata/script/build_unsupported_goos.txt
index 8c1212934e..c94d6d252e 100644
--- a/src/cmd/go/testdata/script/build_unsupported_goos.txt
+++ b/src/cmd/go/testdata/script/build_unsupported_goos.txt
@@ -1,6 +1,6 @@
[compiler:gccgo] skip # gccgo assumes cross-compilation is always possible
-env GOOS=windwos
+env GOOS=windwos # intentional misspelling of windows
! go build -n exclude
-stderr 'unsupported GOOS/GOARCH pair' \ No newline at end of file
+stderr 'unsupported GOOS/GOARCH pair'