fix typo maintenance of log message

Signed-off-by: Karthick Udayakumar <kudayakumar@vmware.com>
pull/7329/head
Karthick Udayakumar 2024-01-17 22:26:00 -05:00
parent 6a4c661735
commit 198fbf6873
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ func (r *BackupRepoReconciler) getRepositoryMaintenanceFrequency(req *velerov1ap
r.logger.WithError(err).WithField("returned frequency", frequency).Warn("Failed to get maitanance frequency, use the default one")
frequency = defaultMaintainFrequency
} else {
r.logger.WithField("frequency", frequency).Info("Set matainenance according to repository suggestion")
r.logger.WithField("frequency", frequency).Info("Set maintenance according to repository suggestion")
}
return frequency