summaryrefslogtreecommitdiff
path: root/src/cmd/go
diff options
context:
space:
mode:
authorGabriel Aszalos <gabriel.aszalos@gmail.com>2014-10-31 09:38:41 -0700
committerGabriel Aszalos <gabriel.aszalos@gmail.com>2014-10-31 09:38:41 -0700
commit9577e06a0c9cdf9773e59da16db3550763f12f23 (patch)
tree9751e1241c842ec42fbf94351d48b8e44a5f21b5 /src/cmd/go
parent72226f53378ad81e2dc5010938a82c3c9826c8dd (diff)
downloadgo-9577e06a0c9cdf9773e59da16db3550763f12f23.tar.gz
cmd/go: fixed typo in doc and generator
LGTM=iant R=golang-codereviews, iant, bradfitz CC=golang-codereviews https://codereview.appspot.com/163690043 Committer: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/cmd/go')
-rw-r--r--src/cmd/go/doc.go2
-rw-r--r--src/cmd/go/generate.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go
index 946b18875..cf3a54565 100644
--- a/src/cmd/go/doc.go
+++ b/src/cmd/go/doc.go
@@ -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.
diff --git a/src/cmd/go/generate.go b/src/cmd/go/generate.go
index 4227abbe7..a83cce8f7 100644
--- a/src/cmd/go/generate.go
+++ b/src/cmd/go/generate.go
@@ -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.