File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments