From 5de6ada98f10de71781ee674692a6c71cc5fdca5 Mon Sep 17 00:00:00 2001 From: Pingan2017 Date: Thu, 20 Sep 2018 16:04:12 +0800 Subject: [PATCH] fix a small typo --- pkg/kubelet/dockershim/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/dockershim/metrics/metrics.go b/pkg/kubelet/dockershim/metrics/metrics.go index 2ce548f76a6..907647970d5 100644 --- a/pkg/kubelet/dockershim/metrics/metrics.go +++ b/pkg/kubelet/dockershim/metrics/metrics.go @@ -30,7 +30,7 @@ const ( DockerOperationsLatencyKey = "docker_operations_latency_microseconds" // DockerOperationsErrorsKey is the key for the operation error metrics. DockerOperationsErrorsKey = "docker_operations_errors" - // DockerOperationsTimeoutKey is the key for the operation timoeut metrics. + // DockerOperationsTimeoutKey is the key for the operation timeout metrics. DockerOperationsTimeoutKey = "docker_operations_timeout" // Keep the "kubelet" subsystem for backward compatibility.