From a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Thu, 23 Nov 2017 14:22:59 +0200 Subject: cmd/puppeth: fix typos and review suggestions --- cmd/puppeth/module_wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/puppeth/module_wallet.go') diff --git a/cmd/puppeth/module_wallet.go b/cmd/puppeth/module_wallet.go index 5ab8d2de1..67f47c70e 100644 --- a/cmd/puppeth/module_wallet.go +++ b/cmd/puppeth/module_wallet.go @@ -138,7 +138,7 @@ type walletInfos struct { webPort int } -// Report converts the typed struct into a plain string->string map, cotnaining +// Report converts the typed struct into a plain string->string map, containing // most - but not all - fields for reporting to the user. func (info *walletInfos) Report() map[string]string { report := map[string]string{ -- cgit