Fix typo.

This commit is contained in:
Josh Rickmar 2014-06-02 11:15:27 -05:00
parent 9f7c2d60f7
commit 12c50f9611

View file

@ -228,7 +228,7 @@ func loadConfig() (*config, []string, error) {
}
if numNets > 1 {
str := "%s: The mainnet and simnet params can't be used " +
"togther -- choose one"
"together -- choose one"
err := fmt.Errorf(str, "loadConfig")
fmt.Fprintln(os.Stderr, err)
parser.WriteHelp(os.Stderr)