Skip to content

Commit 2aa55ff

Browse files
author
Per Goncalves da Silva
committed
Fix typo in comment
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 576fcf2 commit 2aa55ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/operator-controller/controllers/clusterextensionrevision_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func Test_ClusterExtensionRevisionReconciler_Reconcile_ValidationError_Retries(t
566566
},
567567
})
568568

569-
// reconcile cluster extensionr evision
569+
// reconcile cluster extension revision
570570
require.Equal(t, ctrl.Result{
571571
RequeueAfter: 10 * time.Second,
572572
}, result)

0 commit comments

Comments
 (0)