From: Michael Matloob Date: Wed, 7 Jul 2021 23:41:02 +0000 (-0400) Subject: [dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flag X-Git-Tag: go1.18beta1~1603^2~27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ab361499ef;p=gostls13.git [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 Run-TryBot: Michael Matloob TryBot-Result: Go Bot Reviewed-by: Jay Conrod --- 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