Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: ycabrer <43866176+ycabrer@users.noreply.github.com>
  • Loading branch information
ycabrer committed Dec 2, 2020
1 parent bc328a2 commit be88315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/scaledobject_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (r *ScaledObjectReconciler) reconcileScaledObject(logger logr.Logger, scale

err = r.validateMetricNameUniqueness(logger, scaledObject)
if err != nil {
return "Error checking metric name uniquenesss", err
return "Error checking metric name uniqueness", err
}

// Create a new HPA or update existing one according to ScaledObject
Expand Down

0 comments on commit be88315

Please sign in to comment.