]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in output of "go help get"
authorMark Rushakoff <mark.rushakoff@gmail.com>
Thu, 25 Oct 2018 23:46:17 +0000 (23:46 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 Oct 2018 23:55:23 +0000 (23:55 +0000)
Change-Id: I7e109470e27eb978f920a99f858dbaffa4872eb5
GitHub-Last-Rev: dd684c2481b234f556a1c84c1771f2d8eb8b5ea2
GitHub-Pull-Request: golang/go#28401
Reviewed-on: https://go-review.googlesource.com/c/144837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modget/get.go

index 7866b397939e1e8b4f6964a222f65d02e316c695..b0c10c85312a08973aee5c92f42acca4bf06fbe4 100644 (file)
 // In general, adding a new dependency may require upgrading
 // existing dependencies to keep a working build, and 'go get' does
 // this automatically. Similarly, downgrading one dependency may
-// require downgrading other dependenceis, and 'go get' does
+// require downgrading other dependencies, and 'go get' does
 // this automatically as well.
 //
 // The -m flag instructs get to stop here, after resolving, upgrading,
index 54a2b724d420dfa2b5869d76f5e3afdef1bd8e29..ffc9a12f9536438576bc7e4c2f00008bd0bf5d37 100644 (file)
@@ -78,7 +78,7 @@ to use newer patch releases when available. Continuing the previous example,
 In general, adding a new dependency may require upgrading
 existing dependencies to keep a working build, and 'go get' does
 this automatically. Similarly, downgrading one dependency may
-require downgrading other dependenceis, and 'go get' does
+require downgrading other dependencies, and 'go get' does
 this automatically as well.
 
 The -m flag instructs get to stop here, after resolving, upgrading,