Skip to content

Commit 3bcf291

Browse files
alam0rtjonkerj
authored andcommitted
Fix typo in error logging for checkpoints cleanup
1 parent 8c96c71 commit 3bcf291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/pkg/recommender/input/cluster_feeder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (feeder *clusterStateFeeder) GarbageCollectCheckpoints(ctx context.Context)
333333
}
334334
err := feeder.cleanupCheckpointsForNamespace(ctx, namespace, allVPAKeys)
335335
if err != nil {
336-
klog.ErrorS(err, "error cleanining checkpoints")
336+
klog.ErrorS(err, "error cleaning checkpoints")
337337
}
338338
}
339339
}

0 commit comments

Comments
 (0)