]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix spelling error
authorKevin Burke <kev@inburke.com>
Wed, 6 Nov 2019 17:33:02 +0000 (09:33 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Nov 2019 19:48:05 +0000 (19:48 +0000)
Change-Id: Ib29da1ad77c9a243a623d25113c6f8dd0261f42a
Reviewed-on: https://go-review.googlesource.com/c/go/+/205601
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/modload/init.go

index 26e482c9d70fad294d584185b2db3d10f1718c33..428d7e4b304d5f05d717840226ed0a7412825785 100644 (file)
@@ -441,7 +441,7 @@ func InitMod() {
 // fixVersion returns a modfile.VersionFixer implemented using the Query function.
 //
 // It resolves commit hashes and branch names to versions,
-// canonicalizes verisons that appeared in early vgo drafts,
+// canonicalizes versions that appeared in early vgo drafts,
 // and does nothing for versions that already appear to be canonical.
 //
 // The VersionFixer sets 'fixed' if it ever returns a non-canonical version.