From eabbc750d17ed096ad52f7410874426565deea69 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Thu, 28 Nov 2024 13:36:37 +0100 Subject: [PATCH] fix: typos Signed-off-by: Francesco Canovai --- internal/cnpgi/operator/lifecycle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cnpgi/operator/lifecycle.go b/internal/cnpgi/operator/lifecycle.go index 0f60b77..acceb16 100644 --- a/internal/cnpgi/operator/lifecycle.go +++ b/internal/cnpgi/operator/lifecycle.go @@ -115,7 +115,7 @@ func reconcileJob( 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. // This won't be needed anymore when wal-restore will be able // to check two object stores @@ -189,7 +189,7 @@ func reconcilePod( return nil, fmt.Errorf("while reconciling pod spec for pod: %w", err) } } 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)