aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2021-07-07 19:41:02 -0400
committerMichael Matloob <matloob@golang.org>2021-07-20 17:21:48 +0000
commitab361499ef7fc7079c78b566f9ff7d68c267b430 (patch)
treed834500bd1d52e9a42e11637c398b99fcd694953
parentaa4da4f189e3418566d71e9d75823d8642c39d93 (diff)
downloadgo-ab361499ef7fc7079c78b566f9ff7d68c267b430.tar.gz
go-ab361499ef7fc7079c78b566f9ff7d68c267b430.zip
[dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flag
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>
-rw-r--r--src/cmd/go/testdata/script/modfile_flag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/modfile_flag.txt b/src/cmd/go/testdata/script/modfile_flag.txt
index 0ad0880817..5852c31189 100644
--- a/src/cmd/go/testdata/script/modfile_flag.txt
+++ b/src/cmd/go/testdata/script/modfile_flag.txt
@@ -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