good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit c01f8c3d authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

accounts/abi: fix comment spelling error

parent e4181a7f
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ func NewType(t string) (typ Type, err error) {
}
typ.Elem = &sliceType
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
// is still an array, then don't determine the type.
if typ.Elem.IsArray || typ.Elem.IsSlice {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment