From bc56cf45a5c93e367fd9dfcaadea44ba099cb11d Mon Sep 17 00:00:00 2001 From: Zida Date: Thu, 10 Oct 2019 14:53:08 +0800 Subject: [PATCH] Fix comment typos in prober --- pkg/kubelet/prober/prober.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/kubelet/prober/prober.go b/pkg/kubelet/prober/prober.go index dd94f1705b2..05f70bd4883 100644 --- a/pkg/kubelet/prober/prober.go +++ b/pkg/kubelet/prober/prober.go @@ -47,8 +47,8 @@ const maxProbeRetries = 3 // Prober helps to check the liveness/readiness/startup of a container. type prober struct { exec execprobe.Prober - // probe types needs different httprobe instances so they don't - // share a connection pool which can cause collsions to the + // probe types needs different httpprobe instances so they don't + // share a connection pool which can cause collisions to the // same host:port and transient failures. See #49740. readinessHTTP httpprobe.Prober livenessHTTP httpprobe.Prober