From fd1112483b8794393613e83c689d8f980af42770 Mon Sep 17 00:00:00 2001 From: Delweng Zheng Date: Mon, 9 Jul 2018 18:43:13 +0800 Subject: [PATCH] cmd: typo fixed, isntance -> instance --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index a191e44306..46ea7b96bf 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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{}) {