mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
puppeth: fix comment typo
This commit is contained in:
parent
bb63435d6a
commit
0cae01cb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func (w *wizard) makeServer() string {
|
||||||
return input
|
return input
|
||||||
}
|
}
|
||||||
|
|
||||||
// selectServer lists the user all the currnetly known servers to choose from,
|
// selectServer lists the user all the currently known servers to choose from,
|
||||||
// also granting the option to add a new one.
|
// also granting the option to add a new one.
|
||||||
func (w *wizard) selectServer() string {
|
func (w *wizard) selectServer() string {
|
||||||
// List the available server to the user and wait for a choice
|
// List the available server to the user and wait for a choice
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue