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
```
This commit is contained in:
Kubernetes Submit Queue 2018-06-22 10:31:14 -07:00 committed by GitHub
commit 1308d9a380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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