apiserver: fix typo introduced in #57366

Kubernetes-commit: 42a19a3cb8983a3bd802f2facb4c2104af30e195
This commit is contained in:
Cong Ding 2018-06-21 16:40:59 -07:00 committed by Kubernetes Publisher
parent 57df84449f
commit 2496dc3852
1 changed files with 1 additions and 1 deletions

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