Fixed several spelling mistakes

This commit is contained in:
Niekvdplas
2021-03-30 15:28:23 +02:00
parent 6572fe4d90
commit fec272a7b2
26 changed files with 27 additions and 27 deletions

View File

@@ -464,7 +464,7 @@ func NewMainKubelet(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
kubeInformers.Start(wait.NeverStop)
klog.InfoS("Kubelet client is not nil")
} else {
// we dont have a client to sync!
// we don't have a client to sync!
nodeIndexer := cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{})
nodeLister = corelisters.NewNodeLister(nodeIndexer)
nodeHasSynced = func() bool { return true }