Skip to content

Commit 3ae3066

Browse files
committed
Typo.
1 parent 2af62fd commit 3ae3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/firewall/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (c *controller) Reconcile(r *controllers.Ctx[*v2.Firewall]) error {
4646
return err
4747
}
4848

49-
// requeueing in order to continue checking progression
49+
// requeuing in order to continue checking progression
5050
return controllers.RequeueAfter(10*time.Second, "firewall creation is progressing")
5151
case 1:
5252
f = fws[0]

0 commit comments

Comments
 (0)