Merge pull request #5129 from kaovilai/initialize-typo

comment typo initialise -> initialize
This commit is contained in:
Daniel Jiang
2022-07-25 13:45:00 +08:00
committed by GitHub
+1 -1
View File
@@ -198,7 +198,7 @@ func (r *backupDeletionReconciler) Reconcile(ctx context.Context, req ctrl.Reque
return ctrl.Result{}, err
}
// if the request object has no labels defined, initialise an empty map since
// if the request object has no labels defined, initialize an empty map since
// we will be updating labels
if dbr.Labels == nil {
dbr.Labels = map[string]string{}