From 051d5afa19f684c57cce4beaf575d11338ca9d81 Mon Sep 17 00:00:00 2001 From: yutachaos <18604471+yutachaos@users.noreply.github.com> Date: Thu, 6 Jun 2019 12:20:50 +0900 Subject: [PATCH] fix typo in probe.go --- pkg/probe/probe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/probe/probe.go b/pkg/probe/probe.go index b204885e7b9..c47b6c2fef2 100644 --- a/pkg/probe/probe.go +++ b/pkg/probe/probe.go @@ -16,7 +16,7 @@ limitations under the License. package probe -// Result is a string used to handle the results for probing container readiness/livenss +// Result is a string used to handle the results for probing container readiness/liveness type Result string const (