Skip to content

Commit f5cd3e7

Browse files
alam0rtk8s-infra-cherrypick-robot
authored andcommitted
Fix typo in error logging for checkpoints cleanup
1 parent 196d953 commit f5cd3e7

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
@@ -327,7 +327,7 @@ func (feeder *clusterStateFeeder) GarbageCollectCheckpoints(ctx context.Context)
327327
}
328328
err := feeder.cleanupCheckpointsForNamespace(ctx, namespace, allVPAKeys)
329329
if err != nil {
330-
klog.ErrorS(err, "error cleanining checkpoints")
330+
klog.ErrorS(err, "error cleaning checkpoints")
331331
}
332332
}
333333
}

0 commit comments

Comments
 (0)