spelling: unknown

This commit is contained in:
Josh Soref
2018-03-11 19:07:31 +00:00
parent 2bf249b9be
commit 830e2ffb56

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)
}
}