Skip to content

Commit c98506d

Browse files
authored
Merge pull request #2201 from lhaendler/patch-1
📖 Fix a typo in a godoc comment
2 parents 2ebab48 + bea4448 commit c98506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/fake/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (t versionedTracker) Create(gvr schema.GroupVersionResource, obj runtime.Ob
290290
return nil
291291
}
292292

293-
// convertFromUnstructuredIfNecessary will convert runtime.Unstructured for a GVK that is recocnized
293+
// convertFromUnstructuredIfNecessary will convert runtime.Unstructured for a GVK that is recognized
294294
// by the schema into the whatever the schema produces with New() for said GVK.
295295
// This is required because the tracker unconditionally saves on manipulations, but its List() implementation
296296
// tries to assign whatever it finds into a ListType it gets from schema.New() - Thus we have to ensure

0 commit comments

Comments
 (0)