]> Cypherpunks repositories - gostls13.git/commitdiff
goinstall: fix typo in comment
authorRobert Griesemer <gri@golang.org>
Fri, 2 Dec 2011 18:30:35 +0000 (10:30 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 2 Dec 2011 18:30:35 +0000 (10:30 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5449068

src/cmd/goinstall/main.go

index 88428261d67c728a9b8324149dd02c7ff79606f8..072588457ec0f3aa25cc4b92546bf41da8c7804e 100644 (file)
@@ -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 {