From eeef44aa6824fcf60e8ae8beed1e61845d503070 Mon Sep 17 00:00:00 2001 From: zeze Date: Sun, 28 Aug 2022 23:19:40 +0900 Subject: [PATCH] Fix typo "sturct" to "struct" --- staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.