From: Ian Lance Taylor Date: Sat, 24 Nov 2012 19:25:17 +0000 (-0800) Subject: cmd/go: fix typo in comment X-Git-Tag: go1.1rc2~1814 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9017765a8296238020e848addc0c0dc672f974f6;p=gostls13.git cmd/go: fix typo in comment Fixes #4432. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/6858064 --- diff --git a/src/cmd/go/get.go b/src/cmd/go/get.go index 7d046fb8c5..0abb2d5288 100644 --- a/src/cmd/go/get.go +++ b/src/cmd/go/get.go @@ -93,7 +93,7 @@ func runGet(cmd *Command, args []string) { 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