Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 49b558d

Browse files
authored
misspelling
1 parent d5b63e0 commit 49b558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/packetcluster_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (r *PacketClusterReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, re
7373
}
7474

7575
if cluster == nil {
76-
logger.Info("OwenerCluster is not set yet. Requeuing...")
76+
logger.Info("OwnerCluster is not set yet. Requeuing...")
7777
return ctrl.Result{
7878
Requeue: true,
7979
RequeueAfter: 2 * time.Second,

0 commit comments

Comments
 (0)