aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-28 12:45:39 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-28 12:45:39 +1100
commit81dbec12c8ee01848c0f3edb93149ab56adefc79 (patch)
treef7c2a69b46aaa1336a6ab635dcbddbc3f6ddaa77
parent48a2c50a18253a034fd85a7c75bd52ebf383a620 (diff)
downloadgo-81dbec12c8ee01848c0f3edb93149ab56adefc79.tar.gz
go-81dbec12c8ee01848c0f3edb93149ab56adefc79.zip
misc/dist: it sucks hwhen you forget to fix typos
R=golang-dev CC=golang-dev https://golang.org/cl/5937049
-rw-r--r--misc/dist/bindist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go
index 9f6b4d88ba..16193bdc1d 100644
--- a/misc/dist/bindist.go
+++ b/misc/dist/bindist.go
@@ -35,7 +35,7 @@ var (
verbose = flag.Bool("v", false, "verbose output")
upload = flag.Bool("upload", true, "upload resulting files to Google Code")
wxsFile = flag.String("wxs", "", "path to custom installer.wxs")
- addLabel = flag.String("label", "", "additional label to apply to file hwhen uploading")
+ addLabel = flag.String("label", "", "additional label to apply to file when uploading")
username, password string // for Google Code upload
)