Skip to content

Commit e0fb486

Browse files
authored
fix typo in comment
1 parent 23990ea commit e0fb486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/component/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ func (r *Reconciler[T]) WithPostDeleteHook(hook HookFunc[T]) *Reconciler[T] {
723723
// as a consequence, mgr.GetScheme() must recognize the core group (v1) and the component type.
724724
// Note that the manager's client (that is mgr.GetClient()) is used as well, for the following purposes:
725725
// - it is passed to hooks
726-
// - is is used to resolved generic references, that is, spec fields implementing the Reference[T] interface.
726+
// - is is used to resolve generic references, that is, spec fields implementing the Reference[T] interface.
727727
func (r *Reconciler[T]) SetupWithManagerAndBuilder(mgr ctrl.Manager, blder *ctrl.Builder) error {
728728
r.setupMutex.Lock()
729729
defer r.setupMutex.Unlock()

0 commit comments

Comments
 (0)