From: Robert Griesemer Date: Fri, 2 Dec 2011 18:30:35 +0000 (-0800) Subject: goinstall: fix typo in comment X-Git-Tag: weekly.2011-12-06~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=951ba56adb90214796e39582e9134c52d3dee663;p=gostls13.git goinstall: fix typo in comment R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5449068 --- diff --git a/src/cmd/goinstall/main.go b/src/cmd/goinstall/main.go index 88428261d6..072588457e 100644 --- a/src/cmd/goinstall/main.go +++ b/src/cmd/goinstall/main.go @@ -169,7 +169,7 @@ func printDeps(pkg string) { } // readPackageList reads the list of installed packages from the -// goinstall.log files in GOROOT and the GOPATHs and initalizes +// goinstall.log files in GOROOT and the GOPATHs and initializes // the installedPkgs variable. func readPackageList() { for _, t := range build.Path {