Skip to content

Commit

Permalink
Merge pull request #7329 from kart2/uk/spell-check
Browse files Browse the repository at this point in the history
fix typo maintenance of log message
  • Loading branch information
blackpiglet committed Jan 18, 2024
2 parents a176e6a + 198fbf6 commit 3ac48a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/backup_repository_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ac48a4

Please sign in to comment.