From: Rob Pike Date: Wed, 26 Mar 2014 06:18:59 +0000 (+1100) Subject: cmd/go: fix typo in help doc X-Git-Tag: go1.3beta1~265 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=61f2fabd3824e32d4ca23c6f08c200c21de4bd10;p=gostls13.git cmd/go: fix typo in help doc Fixes #7519. LGTM=adg, mikioh.mikioh R=golang-codereviews, adg, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/80370043 --- diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index 6169378935..d5f1d1bf24 100644 --- a/src/cmd/go/doc.go +++ b/src/cmd/go/doc.go @@ -652,7 +652,7 @@ example.org/user/foo or foo.hg, and import "example.org/repo.git/foo/bar" denotes the foo/bar directory of the Git repository at -example.com/repo or repo.git. +example.org/repo or repo.git. When a version control system supports multiple protocols, each is tried in turn when downloading. For example, a Git diff --git a/src/cmd/go/help.go b/src/cmd/go/help.go index 71e55175a0..faa4d9af82 100644 --- a/src/cmd/go/help.go +++ b/src/cmd/go/help.go @@ -182,7 +182,7 @@ example.org/user/foo or foo.hg, and import "example.org/repo.git/foo/bar" denotes the foo/bar directory of the Git repository at -example.com/repo or repo.git. +example.org/repo or repo.git. When a version control system supports multiple protocols, each is tried in turn when downloading. For example, a Git