Skip to content

Commit eabbc75

Browse files
committed
fix: typos
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 56e41cd commit eabbc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cnpgi/operator/lifecycle.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func reconcileJob(
115115
return nil, nil
116116
}
117117

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

195195
patch, err := object.CreatePatch(mutatedPod, pod)

0 commit comments

Comments
 (0)