Skip to content

Commit

Permalink
cmd: typo fixed, isntance -> instance (ethereum#17149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored and karalabe committed Jul 9, 2018
1 parent b3711af commit 2eedbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ func setEthash(ctx *cli.Context, cfg *eth.Config) {
}
}

// checkExclusive verifies that only a single isntance of the provided flags was
// checkExclusive verifies that only a single instance of the provided flags was
// set by the user. Each flag might optionally be followed by a string type to
// specialize it further.
func checkExclusive(ctx *cli.Context, args ...interface{}) {
Expand Down

0 comments on commit 2eedbe7

Please sign in to comment.