aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorHackyMiner <hackyminer@gmail.com>2018-09-20 00:10:40 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-09-20 00:10:40 +0800
commit6975c7298102f73981a62871f6da8db2b5dbf32c (patch)
tree53f440dcae0e0f48cd9d7de52e2cea96ecbe9664 /cmd
parentc35659c6a0d8c9dd7b7616bb91700385292f403a (diff)
downloadgo-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar.gz
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar.bz2
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar.lz
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar.xz
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.tar.zst
go-tangerine-6975c7298102f73981a62871f6da8db2b5dbf32c.zip
all: fix various comment typos (#17591)
* swarm: fixed comment typo * eth: fixed comment typo * cmd/puppeth: fixed comment typo
Diffstat (limited to 'cmd')
-rw-r--r--cmd/puppeth/wizard_dashboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_dashboard.go b/cmd/puppeth/wizard_dashboard.go
index 5f781c415..1a01631ff 100644
--- a/cmd/puppeth/wizard_dashboard.go
+++ b/cmd/puppeth/wizard_dashboard.go
@@ -92,7 +92,7 @@ func (w *wizard) deployDashboard() {
pages = append(pages, page)
}
}
- // Promt the user to chose one, enter manually or simply not list this service
+ // Prompt the user to chose one, enter manually or simply not list this service
defLabel, defChoice := "don't list", len(pages)+2
if len(pages) > 0 {
defLabel, defChoice = pages[0], 1