*: fix misspellings found in Go Report Card

This commit is contained in:
Roman Khimov 2020-08-14 12:16:24 +03:00
parent f6a308f7f6
commit e7d13e6db2
12 changed files with 27 additions and 27 deletions

View file

@ -5,7 +5,7 @@ package util
// FromAddress is an utility function that converts a Neo address to its hash
// (160 bit BE value in a 20 byte slice). It can only be used for strings known
// at compilation time, because the convertion is actually being done by the
// at compilation time, because the conversion is actually being done by the
// compiler.
func FromAddress(address string) []byte {
return nil