Skip to content

Commit

Permalink
Remove copy / past error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbonfigli committed Dec 4, 2020
1 parent b201c8d commit d629049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type CloudProvider interface {
// ErrNotImplemented is returned if a method is not implemented.
var ErrNotImplemented = errors.NewAutoscalerError(errors.InternalError, "Not implemented")

// ErrAlreadyExist is returned if a method is not implemented.
// ErrAlreadyExist is returned if a method already exists.
var ErrAlreadyExist = errors.NewAutoscalerError(errors.InternalError, "Already exist")

// ErrIllegalConfiguration is returned when trying to create NewNodeGroup with
Expand Down

0 comments on commit d629049

Please sign in to comment.