]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fixed typo in doc and generator
authorGabriel Aszalos <gabriel.aszalos@gmail.com>
Fri, 31 Oct 2014 16:38:41 +0000 (09:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 31 Oct 2014 16:38:41 +0000 (09:38 -0700)
LGTM=iant
R=golang-codereviews, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/163690043

src/cmd/go/doc.go
src/cmd/go/generate.go

index 946b18875e281447afbf899c2bc484f4f44fd9e6..cf3a54565a202fe35be6aa53d37b50628d05229f 100644 (file)
@@ -260,7 +260,7 @@ Go generate sets several variables when it runs the generator:
        $GOPACKAGE
                The name of the package of the file containing the directive.
 
-Other than variable substition and quoted-string evaluation, no
+Other than variable substitution and quoted-string evaluation, no
 special processing such as "globbing" is performed on the command
 line.
 
index 4227abbe7c50a66bbf29f07447c5869d7d56a120..a83cce8f7acedae2e4ccb71da6bb44bb5ec2cf69 100644 (file)
@@ -58,7 +58,7 @@ Go generate sets several variables when it runs the generator:
        $GOPACKAGE
                The name of the package of the file containing the directive.
 
-Other than variable substition and quoted-string evaluation, no
+Other than variable substitution and quoted-string evaluation, no
 special processing such as "globbing" is performed on the command
 line.