Skip to content

Commit 7496a5b

Browse files
authored
Merge pull request #3632 from k8s-infra-cherrypick-robot/cherry-pick-3628-to-release-1.9
[release-1.9] fix codespell highlighted error
2 parents 7345b8f + b879afa commit 7496a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/azureidentity_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (r *AzureIdentityReconciler) Reconcile(ctx context.Context, req ctrl.Reques
185185
}
186186
}
187187

188-
// delete bindings and identites no longer used by a cluster
188+
// delete bindings and identities no longer used by a cluster
189189
for _, bindingToDelete := range bindingsToDelete {
190190
binding := bindingToDelete
191191
identityName := binding.Spec.AzureIdentity

0 commit comments

Comments
 (0)