mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
cmd/puppeth: fix comment typo
This commit is contained in:
parent
568aab017f
commit
a099954295
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ func (w *wizard) selectServer() string {
|
||||||
// manageComponents displays a list of network components the user can tear down
|
// manageComponents displays a list of network components the user can tear down
|
||||||
// and an option
|
// and an option
|
||||||
func (w *wizard) manageComponents() {
|
func (w *wizard) manageComponents() {
|
||||||
// List all the componens we can tear down, along with an entry to deploy a new one
|
// List all the components we can tear down, along with an entry to deploy a new one
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
|
||||||
var serviceHosts, serviceNames []string
|
var serviceHosts, serviceNames []string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue