From 5c532dc683aa46ea0b20a0a776ab0bdf2d95dc3a Mon Sep 17 00:00:00 2001 From: lojies Date: Tue, 20 Sep 2016 11:21:25 +0800 Subject: [PATCH] fix a spell mistake --- pkg/genericapiserver/tunneler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/genericapiserver/tunneler.go b/pkg/genericapiserver/tunneler.go index ea3dfc6e294..c5fb9e09195 100644 --- a/pkg/genericapiserver/tunneler.go +++ b/pkg/genericapiserver/tunneler.go @@ -159,7 +159,7 @@ func (c *SSHTunneler) installSSHKeySyncLoop(user, publicKeyfile string) { }, 5*time.Minute, c.stopChan) } -// nodesSyncLoop lists nodes ever 15 seconds, calling Update() on the TunnelList +// nodesSyncLoop lists nodes every 15 seconds, calling Update() on the TunnelList // each time (Update() is a noop if no changes are necessary). func (c *SSHTunneler) nodesSyncLoop() { // TODO (cjcullen) make this watch.