aboutsummaryrefslogtreecommitdiff
path: root/src/run.rc
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-01-28 06:17:38 +0100
committerDavid du Colombier <0intro@gmail.com>2014-01-28 06:17:38 +0100
commit610dc92eac5ac3cb4d626982e954f37843573042 (patch)
treed3eeaa5a281b552cd8fbc559471cdacd14ad8cd4 /src/run.rc
parent28479f2c32479dffbdebd1e357bdebe4c718f908 (diff)
downloadgo-610dc92eac5ac3cb4d626982e954f37843573042.tar.gz
go-610dc92eac5ac3cb4d626982e954f37843573042.zip
build: fix typos in run.rc
LGTM=bradfitz R=jas, bradfitz CC=golang-codereviews https://golang.org/cl/52940044
Diffstat (limited to 'src/run.rc')
-rwxr-xr-xsrc/run.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.rc b/src/run.rc
index 765b331aae..f9837d4fce 100755
--- a/src/run.rc
+++ b/src/run.rc
@@ -7,7 +7,7 @@ rfork e
eval `{go env}
-GOPATH = () # we disallow local import for non-local packges, if $GOROOT happens
+GOPATH = () # we disallow local import for non-local packages, if $GOROOT happens
# to be under $GOPATH, then some tests below will fail
# allow all.rc to avoid double-build of everything
@@ -48,7 +48,7 @@ fn xcd {
echo
echo '#' ../misc/goplay
-go build ../misc/gplay
+go build ../misc/goplay
echo
echo '#' ../test/bench/go1