From 31bbc17b2a78599f0ac9d636b0e9618d3c18100e Mon Sep 17 00:00:00 2001 From: mikeweiwei <466462983@qq.com> Date: Mon, 12 Nov 2018 09:43:53 +0800 Subject: [PATCH] Fix typos --- pkg/controller/nodelifecycle/node_lifecycle_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/nodelifecycle/node_lifecycle_controller.go b/pkg/controller/nodelifecycle/node_lifecycle_controller.go index f474b55df9e..141d34278b7 100644 --- a/pkg/controller/nodelifecycle/node_lifecycle_controller.go +++ b/pkg/controller/nodelifecycle/node_lifecycle_controller.go @@ -154,7 +154,7 @@ type Controller struct { kubeClient clientset.Interface // This timestamp is to be used instead of LastProbeTime stored in Condition. We do this - // to aviod the problem with time skew across the cluster. + // to avoid the problem with time skew across the cluster. now func() metav1.Time enterPartialDisruptionFunc func(nodeNum int) float32