Explorar o código

Merge pull request #3040 from karalabe/dummy

accounts/abi: fix typo in the comment (dummy commit)
Péter Szilágyi %!s(int64=9) %!d(string=hai) anos
pai
achega
7f2b077da4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      accounts/abi/abi.go

+ 1 - 1
accounts/abi/abi.go

@@ -77,7 +77,7 @@ func (abi ABI) Pack(name string, args ...interface{}) ([]byte, error) {
 	return append(method.Id(), arguments...), nil
 }
 
-// toGoSliceType prses the input and casts it to the proper slice defined by the ABI
+// toGoSliceType parses the input and casts it to the proper slice defined by the ABI
 // argument in T.
 func toGoSlice(i int, t Argument, output []byte) (interface{}, error) {
 	index := i * 32