fix: typos

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-11-28 13:36:37 +01:00
parent 56e41cd81f
commit eabbc750d1
No known key found for this signature in database
GPG Key ID: C3867DCF133BFEB6

View File

@ -115,7 +115,7 @@ func reconcileJob(
return nil, nil return nil, nil
} }
// Since we're recoverying from an existing object store, // Since we're recovering from an existing object store,
// we set our primary object store name to the recovery one. // we set our primary object store name to the recovery one.
// This won't be needed anymore when wal-restore will be able // This won't be needed anymore when wal-restore will be able
// to check two object stores // to check two object stores
@ -189,7 +189,7 @@ func reconcilePod(
return nil, fmt.Errorf("while reconciling pod spec for pod: %w", err) return nil, fmt.Errorf("while reconciling pod spec for pod: %w", err)
} }
} else { } else {
contextLogger.Debug("No need to mutate instance with no backup & archiving confniguration") contextLogger.Debug("No need to mutate instance with no backup & archiving configuration")
} }
patch, err := object.CreatePatch(mutatedPod, pod) patch, err := object.CreatePatch(mutatedPod, pod)