From b00911a9204d9f253e5a233edd272f580b0e6805 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 9 Apr 2019 03:02:50 +0800 Subject: [PATCH] fix typo: "inidvidual"-> "individual" fix typo: "inidvidual"-> "individual" --- pkg/kubelet/configmap/configmap_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/configmap/configmap_manager.go b/pkg/kubelet/configmap/configmap_manager.go index 76aa1f03fb8..c7bdabb8cbb 100644 --- a/pkg/kubelet/configmap/configmap_manager.go +++ b/pkg/kubelet/configmap/configmap_manager.go @@ -129,7 +129,7 @@ func NewCachingConfigMapManager(kubeClient clientset.Interface, getTTL manager.G // NewWatchingConfigMapManager creates a manager that keeps a cache of all configmaps // necessary for registered pods. // It implements the following logic: -// - whenever a pod is created or updated, we start inidvidual watches for all +// - whenever a pod is created or updated, we start individual watches for all // referenced objects that aren't referenced from other registered pods // - every GetObject() returns a value from local cache propagated via watches func NewWatchingConfigMapManager(kubeClient clientset.Interface) Manager {