]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix a typo in module-private help text
authorBryan C. Mills <bcmills@google.com>
Mon, 24 Jun 2019 19:44:05 +0000 (15:44 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 24 Jun 2019 20:17:15 +0000 (20:17 +0000)
Change-Id: Idbdcb78d40cf58d7c878cfeaa4a34ab580fe472f
Reviewed-on: https://go-review.googlesource.com/c/go/+/183626
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modfetch/fetch.go

index 40cbaa2331e38fd1d2608d71e6f80151bc65c1f8..fa60fb63b57cb1e2954a2c8a3b7154c41d4e9243 100644 (file)
 //     GOPROXY=proxy.example.com
 //     GONOPROXY=none
 //
-// This would tell the go comamnd and other tools that modules beginning with
+// This would tell the go command and other tools that modules beginning with
 // a corp.example.com subdomain are private but that the company proxy should
 // be used for downloading both public and private modules, because
 // GONOPROXY has been set to a pattern that won't match any modules,
index bc1d35e690b58fa65d4d6ce5c3cc4d0f4efcc93d..74e36cc6fc1579cb2d3f2cf49a81abd0eedef72c 100644 (file)
@@ -757,7 +757,7 @@ users would configure go using:
        GOPROXY=proxy.example.com
        GONOPROXY=none
 
-This would tell the go comamnd and other tools that modules beginning with
+This would tell the go command and other tools that modules beginning with
 a corp.example.com subdomain are private but that the company proxy should
 be used for downloading both public and private modules, because
 GONOPROXY has been set to a pattern that won't match any modules,