Merge pull request #104258 from coderanger/patch-3

Typo in a comment.
This commit is contained in:
Kubernetes Prow Robot 2021-08-10 18:48:46 -07:00 committed by GitHub
commit 01f83db119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ func NewUnstructuredExtractor(dc discovery.DiscoveryInterface) (UnstructuredExtr
}, nil
}
// Extract extracts the applied configuration owned by fiieldManager from an unstructured object.
// Extract extracts the applied configuration owned by fieldManager from an unstructured object.
// Note that the apply configuration itself is also an unstructured object.
func (e *extractor) Extract(object *unstructured.Unstructured, fieldManager string) (*unstructured.Unstructured, error) {
return e.extractUnstructured(object, fieldManager, "")