Merge pull request #7329 from kart2/uk/spell-check

fix typo maintenance of log message
pull/7331/head
Xun Jiang/Bruce Jiang 2024-01-18 14:25:50 +08:00 committed by GitHub
commit 3ac48a43c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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