*: 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

@ -458,7 +458,7 @@ func TestContractCall(t *testing.T) {
ic.VM.Estack().PushVal(args[i])
}
// interops can both return error and panic,
// we don't care which kind of error has occured
// we don't care which kind of error has occurred
require.Panics(t, func() {
err := contractCall(ic)
if err != nil {