From: Andrew Gerrand Date: Wed, 28 Mar 2012 01:45:39 +0000 (+1100) Subject: misc/dist: it sucks hwhen you forget to fix typos X-Git-Tag: weekly.2012-03-27~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81dbec12c8ee01848c0f3edb93149ab56adefc79;p=gostls13.git misc/dist: it sucks hwhen you forget to fix typos R=golang-dev CC=golang-dev https://golang.org/cl/5937049 --- 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 )