diff options
Diffstat (limited to 'cmd/puppeth/module_explorer.go')
-rw-r--r-- | cmd/puppeth/module_explorer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_explorer.go b/cmd/puppeth/module_explorer.go index 99a9e9df8..427134153 100644 --- a/cmd/puppeth/module_explorer.go +++ b/cmd/puppeth/module_explorer.go @@ -155,7 +155,7 @@ type explorerInfos 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 *explorerInfos) Report() map[string]string { report := map[string]string{ |