mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-18 13:16:08 +00:00
Fix various typos found by codespell (#3057)
By running the following command: codespell -S .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico -L \ iam,aks,ist,bridget,ue Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ type BackupStorageLocationReconciler struct {
|
||||
func (r *BackupStorageLocationReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
|
||||
log := r.Log.WithField("controller", BackupStorageLocation)
|
||||
|
||||
log.Debug("Validating availablity of backup storage locations.")
|
||||
log.Debug("Validating availability of backup storage locations.")
|
||||
|
||||
locationList, err := storage.ListBackupStorageLocations(r.Ctx, r.Client, req.Namespace)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user