spelling: unknown

This commit is contained in:
Josh Soref 2018-03-11 19:07:31 +00:00
parent 1359fd2c3d
commit 0790a58fb7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func TestFieldTypeString(t *testing.T) {
}
if s := TypeInvalid.String(); s != "unknown type" {
t.Fatalf("bad: expected 'unkown type' got: %v", s)
t.Fatalf("bad: expected 'unknown type' got: %v", s)
}
}