From e89f211c9a66627eee581b93f48ab8c0f8ba4620 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Mon, 9 Aug 2021 21:21:45 -0700 Subject: [PATCH] Typo in a comment. Kubernetes-commit: 86c6e25016a3385394503efc9bb29f4dfe79163c --- applyconfigurations/meta/v1/unstructured.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applyconfigurations/meta/v1/unstructured.go b/applyconfigurations/meta/v1/unstructured.go index 040a6adb..8a58d9e8 100644 --- a/applyconfigurations/meta/v1/unstructured.go +++ b/applyconfigurations/meta/v1/unstructured.go @@ -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, "")