From 4977aa0cebc5db40290ba8a7ce6c9d332848d223 Mon Sep 17 00:00:00 2001 From: Joel Hermanns Date: Sun, 9 Jun 2019 11:57:37 +0200 Subject: [PATCH] Fix typo in node lifecycle controller --- pkg/controller/cloud/node_lifecycle_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/cloud/node_lifecycle_controller.go b/pkg/controller/cloud/node_lifecycle_controller.go index c75c9e801e7..c8ac3c6ddb7 100644 --- a/pkg/controller/cloud/node_lifecycle_controller.go +++ b/pkg/controller/cloud/node_lifecycle_controller.go @@ -115,7 +115,7 @@ func (c *CloudNodeLifecycleController) Run(stopCh <-chan struct{}) { } // MonitorNodes checks to see if nodes in the cluster have been deleted -// or shutdown. If deleeted, it deletes the node resource. If shutdown it +// or shutdown. If deleted, it deletes the node resource. If shutdown it // applies a shutdown taint to the node func (c *CloudNodeLifecycleController) MonitorNodes() { instances, ok := c.cloud.Instances()