]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add comment for intentional misspelling
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Jun 2023 22:57:00 +0000 (15:57 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 20 Jun 2023 18:25:35 +0000 (18:25 +0000)
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>

src/cmd/go/testdata/script/build_unsupported_goos.txt

index 8c1212934e1d32bd06c42c4aab9ffeb4d78367af..c94d6d252e845734f3965aefad3734a06bd9ffc7 100644 (file)
@@ -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'