diff options
Diffstat (limited to 'cmd/puppeth/module_dashboard.go')
-rw-r--r-- | cmd/puppeth/module_dashboard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go index 4fdb03e78..b6d964696 100644 --- a/cmd/puppeth/module_dashboard.go +++ b/cmd/puppeth/module_dashboard.go @@ -696,7 +696,7 @@ type dashboardInfos struct { faucet string } -// 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 *dashboardInfos) Report() map[string]string { return map[string]string{ |