*: fix some misspellings spotted by GoReportCard
This commit is contained in:
parent
a727ba75c6
commit
20144e6137
2 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package client
|
||||
|
||||
// Various non-policy things from native contracs.
|
||||
// Various non-policy things from native contracts.
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Reference in a new issue