summaryrefslogtreecommitdiff
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
commit013d4afcf6d61db98999dc9c458b1424c1d438bd (patch)
tree7ef1530ce552f8ff6049b004ae231d35ad089f02
parent6a0995835b7f40e888f361c4e5e823366d1c57b4 (diff)
downloadgo-013d4afcf6d61db98999dc9c458b1424c1d438bd.tar.gz
build: fix typos in run.rc
LGTM=bradfitz R=jas, bradfitz CC=golang-codereviews https://codereview.appspot.com/52940044
-rwxr-xr-xsrc/run.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.rc b/src/run.rc
index 765b331aa..f9837d4fc 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