diff --git a/accounts/abi/doc.go b/accounts/abi/doc.go index 8242068582..3092070626 100644 --- a/accounts/abi/doc.go +++ b/accounts/abi/doc.go @@ -19,7 +19,7 @@ // // The Ethereum ABI is strongly typed, known at compile time // and static. This ABI will handle basic type casting; unsigned -// to signed and visa versa. It does not handle slice casting such +// to signed and vice versa. It does not handle slice casting such // as unsigned slice to signed slice. Bit size type casting is also // handled. ints with a bit size of 32 will be properly cast to int256, // etc.