Fix typo.
This commit is contained in:
parent
9f7c2d60f7
commit
12c50f9611
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue