From 0a8a07f6663246e1cddd8944e84d26685bfd5ebc Mon Sep 17 00:00:00 2001 From: annehwatson Date: Mon, 10 Dec 2018 20:16:17 -0800 Subject: [PATCH] Fix typo --- pkg/kubectl/cmd/apply/apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/apply/apply.go b/pkg/kubectl/cmd/apply/apply.go index 30053e2d48..acf97e3034 100644 --- a/pkg/kubectl/cmd/apply/apply.go +++ b/pkg/kubectl/cmd/apply/apply.go @@ -93,7 +93,7 @@ type ApplyOptions struct { const ( // maxPatchRetry is the maximum number of conflicts retry for during a patch operation before returning failure maxPatchRetry = 5 - // backOffPeriod is the period to back off when apply patch resutls in error. + // backOffPeriod is the period to back off when apply patch results in error. backOffPeriod = 1 * time.Second // how many times we can retry before back off triesBeforeBackOff = 1