aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorchenyufeng <yufengcode@gmail.com>2018-09-18 16:30:39 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-09-18 16:30:39 +0800
commitb8aa5980cf28313f36af9090c1491eb3fd0e1507 (patch)
tree416f0d0a41a6b26c997aef52d6f06d7147d2da6f /cmd
parentbd58098f2d88aabe5c555f5aa3d54d4786b7895b (diff)
downloadgo-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar.gz
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar.bz2
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar.lz
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar.xz
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.tar.zst
go-tangerine-b8aa5980cf28313f36af9090c1491eb3fd0e1507.zip
cmd/puppeth: fix comment typo (#17690)
* ethdb: unified code comment style. * puppeth: it is unnecessary to alloc pre-funded to 256 addresses * Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses" This reverts commit 5e04fbccf0b8aca85030af1779bb7a949033d9d8. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77. * cmd/puppeth: fix comment typo
Diffstat (limited to 'cmd')
-rw-r--r--cmd/puppeth/wizard_network.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_network.go b/cmd/puppeth/wizard_network.go
index 0d2f976d5..83b10cf37 100644
--- a/cmd/puppeth/wizard_network.go
+++ b/cmd/puppeth/wizard_network.go
@@ -115,7 +115,7 @@ func (w *wizard) selectServer() string {
// manageComponents displays a list of network components the user can tear down
// and an option
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()
var serviceHosts, serviceNames []string