From fb36bb0eb9910975c9c1945b4e804a9ebba0cc95 Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Tue, 19 Nov 2019 10:00:01 -0800 Subject: [PATCH] Nits --- pkg/wait/poll_watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/wait/poll_watcher.go b/pkg/wait/poll_watcher.go index 5d3efc9c79..9db78ee76b 100644 --- a/pkg/wait/poll_watcher.go +++ b/pkg/wait/poll_watcher.go @@ -26,7 +26,7 @@ import ( "k8s.io/client-go/rest" ) -// PollInterval determins when you should poll. Useful to mock out, or for +// PollInterval determines when you should poll. Useful to mock out, or for // replacing with exponential backoff later. type PollInterval interface { PollChan() <-chan time.Time