@@ -2190,7 +2190,7 @@ func (r *Reconciler) reconcileManualBackup(ctx context.Context,
2190
2190
//
2191
2191
// TODO (andrewlecuyer): Since reconciliation doesn't currently occur when a leader is elected,
2192
2192
// the operator may not get another chance to create the backup if a writable instance is not
2193
- // detected, and it then returns without requeing . To ensure this doesn't occur and that the
2193
+ // detected, and it then returns without requeuing . To ensure this doesn't occur and that the
2194
2194
// operator always has a chance to reconcile when an instance becomes writable, we should watch
2195
2195
// Pods in the cluster for leader election events, and trigger reconciles accordingly.
2196
2196
if ! clusterWritable || manualAnnotation == "" ||
@@ -2384,7 +2384,7 @@ func (r *Reconciler) reconcileReplicaCreateBackup(ctx context.Context,
2384
2384
//
2385
2385
// TODO (andrewlecuyer): Since reconciliation doesn't currently occur when a leader is elected,
2386
2386
// the operator may not get another chance to create the backup if a writable instance is not
2387
- // detected, and it then returns without requeing . To ensure this doesn't occur and that the
2387
+ // detected, and it then returns without requeuing . To ensure this doesn't occur and that the
2388
2388
// operator always has a chance to reconcile when an instance becomes writable, we should watch
2389
2389
// Pods in the cluster for leader election events, and trigger reconciles accordingly.
2390
2390
if ! clusterWritable || replicaCreateRepoStatus == nil || replicaCreateRepoStatus .ReplicaCreateBackupComplete {
@@ -2624,7 +2624,7 @@ func (r *Reconciler) reconcileStanzaCreate(ctx context.Context,
2624
2624
//
2625
2625
// TODO (andrewlecuyer): Since reconciliation doesn't currently occur when a leader is elected,
2626
2626
// the operator may not get another chance to create the stanza if a writable instance is not
2627
- // detected, and it then returns without requeing . To ensure this doesn't occur and that the
2627
+ // detected, and it then returns without requeuing . To ensure this doesn't occur and that the
2628
2628
// operator always has a chance to reconcile when an instance becomes writable, we should watch
2629
2629
// Pods in the cluster for leader election events, and trigger reconciles accordingly.
2630
2630
if ! clusterWritable || stanzasCreated {
0 commit comments