Merge pull request #33064 from lojies/spellmistake

Automatic merge from submit-queue

fix a spell mistake

**What this PR does / why we need it**:
this should be "every" not 'ever'

**Which issue this PR fixes**: 

**Special notes for your reviewer**:

**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
```
This commit is contained in:
Kubernetes Submit Queue 2016-09-20 12:38:42 -07:00 committed by GitHub
commit 2580157597

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.