diff --git a/pkg/controller/controller_utils.go b/pkg/controller/controller_utils.go index 48d963b7951..860a89d33c8 100644 --- a/pkg/controller/controller_utils.go +++ b/pkg/controller/controller_utils.go @@ -891,7 +891,7 @@ func AddOrUpdateTaintOnNode(c clientset.Interface, nodeName string, taint *v1.Ta // If passed a node it'll check if there's anything to be done, if taint is not present it won't issue // any API calls. func RemoveTaintOffNode(c clientset.Interface, nodeName string, taint *v1.Taint, node *v1.Node) error { - // Short circuit for limiting amout of API calls. + // Short circuit for limiting amount of API calls. if node != nil { match := false for i := range node.Spec.Taints {