From 10cdb0546aa7b89d8d6ab93d0826e4cda5c060eb Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 13 Dec 2021 22:56:22 +0900 Subject: [PATCH] Fix typo in get_test.go overide -> override --- staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go b/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go index 8605baa2423..af99752a514 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go @@ -168,7 +168,7 @@ func TestGetObjectsWithOpenAPIOutputFormatPresent(t *testing.T) { defer tf.Cleanup() codec := scheme.Codecs.LegacyCodec(scheme.Scheme.PrioritizedVersionsAllGroups()...) - // overide the openAPISchema function to return custom output + // override the openAPISchema function to return custom output // for Pod type. tf.OpenAPISchemaFunc = testOpenAPISchemaData tf.UnstructuredClient = &fake.RESTClient{