cmd/puppeth: fix typos and review suggestions

This commit is contained in:
Péter Szilágyi
2017-11-23 14:22:59 +02:00
parent b169a309f9
commit a3a2c6b0d9
13 changed files with 19 additions and 25 deletions

View File

@ -170,7 +170,7 @@ type nodeInfos struct {
gasPrice float64
}
// 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 *nodeInfos) Report() map[string]string {
report := map[string]string{