accounts/abi: fix comment spelling error

release/1.5
Péter Szilágyi 8 years ago
parent e4181a7f1b
commit c01f8c3d3c
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      accounts/abi/type.go

@ -91,7 +91,7 @@ func NewType(t string) (typ Type, err error) {
} }
typ.Elem = &sliceType typ.Elem = &sliceType
typ.stringKind = sliceType.stringKind + t[len(res[1]):] typ.stringKind = sliceType.stringKind + t[len(res[1]):]
// Altough we know that this is an array, we cannot return // Although we know that this is an array, we cannot return
// as we don't know the type of the element, however, if it // as we don't know the type of the element, however, if it
// is still an array, then don't determine the type. // is still an array, then don't determine the type.
if typ.Elem.IsArray || typ.Elem.IsSlice { if typ.Elem.IsArray || typ.Elem.IsSlice {

Loading…
Cancel
Save