Skip to content

Commit bea4448

Browse files
authored
Fix a typo in a godoc comment
recocnized -> recognized
1 parent 2ebab48 commit bea4448

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)