]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flag
authorMichael Matloob <matloob@golang.org>
Wed, 7 Jul 2021 23:41:02 +0000 (19:41 -0400)
committerMichael Matloob <matloob@golang.org>
Tue, 20 Jul 2021 17:21:48 +0000 (17:21 +0000)
Change-Id: Id854869e581645dad7a250d40b150ebaf541c043
Reviewed-on: https://go-review.googlesource.com/c/go/+/334931
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/modfile_flag.txt

index 0ad08808178316bf50e67686c565ebabe97d4f64..5852c311891c6a799126e72b523c028dc804596b 100644 (file)
@@ -73,7 +73,7 @@ cmp go.mod go.mod.orig
 cmp go.sum go.sum.orig
 
 
-# If the altnernate mod file does not have a ".mod" suffix, an error
+# If the alternate mod file does not have a ".mod" suffix, an error
 # should be reported.
 cp go.alt.mod goaltmod
 ! go mod tidy -modfile=goaltmod