Skip to content

Commit c01f8c3

Browse files
committed
accounts/abi: fix comment spelling error
1 parent e4181a7 commit c01f8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func NewType(t string) (typ Type, err error) {
9191
}
9292
typ.Elem = &sliceType
9393
typ.stringKind = sliceType.stringKind + t[len(res[1]):]
94-
// Altough we know that this is an array, we cannot return
94+
// Although we know that this is an array, we cannot return
9595
// as we don't know the type of the element, however, if it
9696
// is still an array, then don't determine the type.
9797
if typ.Elem.IsArray || typ.Elem.IsSlice {

0 commit comments

Comments
 (0)