Skip to content

Commit

Permalink
Typo in a comment.
Browse files Browse the repository at this point in the history
Kubernetes-commit: 86c6e25016a3385394503efc9bb29f4dfe79163c
  • Loading branch information
coderanger authored and k8s-publishing-bot committed Aug 10, 2021
1 parent 150ce54 commit e89f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applyconfigurations/meta/v1/unstructured.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
Expand Down

0 comments on commit e89f211

Please sign in to comment.