From 272b5cae5f1e418474f447e9ff711579e377757c Mon Sep 17 00:00:00 2001 From: hackyminer Date: Sat, 18 Aug 2018 06:36:16 +0900 Subject: [PATCH] cmd/puppeth: fixed comment typo --- cmd/puppeth/wizard_dashboard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/wizard_dashboard.go b/cmd/puppeth/wizard_dashboard.go index 5f781c4152..1a01631ff4 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