]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in help doc
authorRob Pike <r@golang.org>
Wed, 26 Mar 2014 06:18:59 +0000 (17:18 +1100)
committerRob Pike <r@golang.org>
Wed, 26 Mar 2014 06:18:59 +0000 (17:18 +1100)
Fixes #7519.

LGTM=adg, mikioh.mikioh
R=golang-codereviews, adg, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/80370043

src/cmd/go/doc.go
src/cmd/go/help.go

index 61693789358107b7991afda8db48919e4011627c..d5f1d1bf24f1d69db7e7a4179fdd7f13b63907e9 100644 (file)
@@ -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
index 71e55175a089ee339c0b21b9caf751e2ad148ba9..faa4d9af8282979d361d74b570688d370c55ccc0 100644 (file)
@@ -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