mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
cmd: typo fixed, isntance -> instance
This commit is contained in:
parent
30bdf817a0
commit
fd1112483b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// set by the user. Each flag might optionally be followed by a string type to
|
||||||
// specialize it further.
|
// specialize it further.
|
||||||
func checkExclusive(ctx *cli.Context, args ...interface{}) {
|
func checkExclusive(ctx *cli.Context, args ...interface{}) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue