From fd35b61ecb4b94fb0a92aa2409ee6376a13c974a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A9=B7=E5=A9=B7?= Date: Fri, 19 Jun 2020 23:00:18 +0800 Subject: [PATCH] fix typo --- beacon_chain/conf.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index cdc5a748e..fa81fcf93 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -71,7 +71,7 @@ type bootstrapNodesFile* {. defaultValue: "" - desc: "Specifies a line-delimited file of bootsrap Ethereum network addresses." + desc: "Specifies a line-delimited file of bootstrap Ethereum network addresses." name: "bootstrap-file" }: InputFile libp2pAddress* {. @@ -121,7 +121,7 @@ type nodeName* {. defaultValue: "" desc: "A name for this node that will appear in the logs. " & - "If you set this to 'auto', a persistent automatically generated ID will be seleceted for each --dataDir folder." + "If you set this to 'auto', a persistent automatically generated ID will be selected for each --dataDir folder." name: "node-name" }: string verifyFinalization* {.