fix a spell mistake

This commit is contained in:
lojies
2016-09-20 11:21:25 +08:00
parent aa60583ea1
commit 5c532dc683

View File

@@ -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.