瀏覽代碼

cmd: typo fixed, isntance -> instance (#17149)

Wenbiao Zheng 7 年之前
父節點
當前提交
2eedbe799f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/utils/flags.go

+ 1 - 1
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{}) {