Skip to content

Commit b8aa598

Browse files
chenyufeng1991karalabe
authored andcommitted
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 5e04fbc. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commit a581efb. * cmd/puppeth: fix comment typo
1 parent bd58098 commit b8aa598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/puppeth/wizard_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (w *wizard) selectServer() string {
115115
// manageComponents displays a list of network components the user can tear down
116116
// and an option
117117
func (w *wizard) manageComponents() {
118-
// List all the componens we can tear down, along with an entry to deploy a new one
118+
// List all the components we can tear down, along with an entry to deploy a new one
119119
fmt.Println()
120120

121121
var serviceHosts, serviceNames []string

0 commit comments

Comments
 (0)