aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_wallet.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-11-23 20:22:59 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-23 20:22:59 +0800
commita3a2c6b0d9f963c9377612cae1ed6ded6f216c2d (patch)
tree9c776ad507336517680ce447e2649c6e38fca29a /cmd/puppeth/module_wallet.go
parentb169a309f9f22eff18a66b4e3a97dd0184a946e8 (diff)
downloadgo-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar.gz
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar.bz2
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar.lz
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar.xz
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.tar.zst
go-tangerine-a3a2c6b0d9f963c9377612cae1ed6ded6f216c2d.zip
cmd/puppeth: fix typos and review suggestions
Diffstat (limited to 'cmd/puppeth/module_wallet.go')
-rw-r--r--cmd/puppeth/module_wallet.go2
1 files changed, 1 insertions, 1 deletions
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{