diff --git a/pkg/scaling/executor/scale_scaledobjects.go b/pkg/scaling/executor/scale_scaledobjects.go index c0d5dc6f6ec..4f67e08a3f7 100644 --- a/pkg/scaling/executor/scale_scaledobjects.go +++ b/pkg/scaling/executor/scale_scaledobjects.go @@ -336,7 +336,7 @@ func (e *scaleExecutor) updateScaleOnScaleTarget(ctx context.Context, scaledObje } } - // Update with requested repliacs. + // Update with requested replicas. currentReplicas := scale.Spec.Replicas scale.Spec.Replicas = replicas