Merge pull request #65343 from cfork/typo

Automatic merge from submit-queue (batch tested with PRs 65339, 65343, 65324, 65335, 65367). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

apiserver: fix typo introduced in #57366

fix typo introduced in #57366

```release-note
NONE
```

Kubernetes-commit: 1308d9a3800e37a1fe2f82ee17edf452c9115faa
This commit is contained in:
Kubernetes Publisher 2018-06-22 10:31:14 -07:00
commit 175e5a31bd
2 changed files with 307 additions and 247 deletions

552
Godeps/Godeps.json generated

File diff suppressed because it is too large Load Diff

View File

@ -771,7 +771,7 @@ func (c *errWatcher) Stop() {
// no-op
}
// cachWatcher implements watch.Interface
// cacheWatcher implements watch.Interface
type cacheWatcher struct {
sync.Mutex
input chan *watchCacheEvent