|
Iant |
at Nov 24, 2012 at 7:21 pm
|
⇧ |
| |
Reviewers: golang-dev_googlegroups.com,
Message:
Hello
[email protected],
I'd like you to review this change to
https://go.googlecode.com/hg/Description:
cmd/go: fix typo in comment
Fixes issue 4432.
Please review this at
http://codereview.appspot.com/6858064/Affected files:
M src/cmd/go/get.go
Index: src/cmd/go/get.go
===================================================================
--- a/src/cmd/go/get.go
+++ b/src/cmd/go/get.go
@@ -93,7 +93,7 @@
runInstall(cmd, args)
}
-// downloadPath prepares the list of paths to pass to download.
+// downloadPaths prepares the list of paths to pass to download.
// It expands ... patterns that can be expanded. If there is no match
// for a particular pattern, downloadPaths leaves it in the result list,
// in the hope that we can figure out the repository from the