1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:26:16 -07:00

cmd/go: fix typo in output of "go help get"

This commit is contained in:
Mark Rushakoff 2018-10-25 16:25:53 -07:00
parent 7a634034c8
commit dd684c2481
2 changed files with 2 additions and 2 deletions

View File

@ -2499,7 +2499,7 @@
// 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,

View 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,