[go: up one dir, main page]

Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jun 18, 2015
1 parent ad6cf1e commit de8271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_osarch.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func mainListOSArch(version string) int {
fmt.Printf(
"Supported OS/Arch combinations for %s are shown below. The \"default\"\n"+
"boolean means that if you don't specify an OS/Arch, it will be\n"+
"included by default. If it isn't a deafult OS/Arch, you must explicitly\n"+
"included by default. If it isn't a default OS/Arch, you must explicitly\n"+
"specify that OS/Arch combo for Gox to use it.\n\n",
version)
for _, p := range SupportedPlatforms(version) {
Expand Down

0 comments on commit de8271a

Please sign in to comment.