diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go b/staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go index 2c75919ca28..620eeef2013 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go @@ -341,7 +341,7 @@ func TestRoundTrip(t *testing.T) { // TestUnknownFields checks for the collection of unknown // field errors from the various possible locations of -// unknown fields (e.g. fields on struct, inlined sturct, slice, etc) +// unknown fields (e.g. fields on struct, inlined struct, slice, etc) func TestUnknownFields(t *testing.T) { // simples checks that basic unknown fields are found // in fields, subfields and slices.