From a2e68e96cb717f75113c6677f821ed187541124b Mon Sep 17 00:00:00 2001 From: Xing Zhou Date: Mon, 15 May 2017 14:01:24 +0800 Subject: [PATCH] Fix typo. Fixed typo. --- pkg/kubelet/kubelet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index f6bce4d7273..8b6e4098310 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -1104,7 +1104,7 @@ func (kl *Kubelet) StartGarbageCollection() { // initializeModules will initialize internal modules that do not require the container runtime to be up. // Note that the modules here must not depend on modules that are not initialized here. func (kl *Kubelet) initializeModules() error { - // Step 1: Promethues metrics. + // Step 1: Prometheus metrics. metrics.Register(kl.runtimeCache) // Step 2: Setup filesystem directories.