Merge pull request #112089 from zeze1004/fix-typo

Fix typo "sturct" to "struct"
This commit is contained in:
Kubernetes Prow Robot 2022-09-01 10:53:06 -07:00 committed by GitHub
commit 3710cc8f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.