From 6082b87ca31b977498eb0e8d77caf0a83954dfcd Mon Sep 17 00:00:00 2001 From: ailusazh Date: Fri, 26 May 2017 13:58:31 +0800 Subject: [PATCH] fix typo in taint_controller --- pkg/controller/node/taint_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/node/taint_controller.go b/pkg/controller/node/taint_controller.go index d0a8132149e..a793f2a903b 100644 --- a/pkg/controller/node/taint_controller.go +++ b/pkg/controller/node/taint_controller.go @@ -61,7 +61,7 @@ type podUpdateItem struct { newTolerations []v1.Toleration } -// NoExecuteTaintManager listens to Taint/Toleration changes and is resposible for removing Pods +// NoExecuteTaintManager listens to Taint/Toleration changes and is responsible for removing Pods // from Nodes tainted with NoExecute Taints. type NoExecuteTaintManager struct { client clientset.Interface