*: fix some misspellings spotted by GoReportCard

This commit is contained in:
Roman Khimov 2021-03-22 12:13:08 +03:00
parent a727ba75c6
commit 20144e6137
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ func TestNativenamesIsValid(t *testing.T) {
require.True(t, nativenames.IsValid(c.Metadata().Name), fmt.Errorf("add %s to nativenames.IsValid(...)", c))
}
require.False(t, nativenames.IsValid("unkonwn"))
require.False(t, nativenames.IsValid("unknown"))
}

View file

@ -1,6 +1,6 @@
package client
// Various non-policy things from native contracs.
// Various non-policy things from native contracts.
import (
"fmt"