apiserver: fix typo introduced in #57366

This commit is contained in:
Cong Ding 2018-06-21 16:40:59 -07:00
parent ee7e59b756
commit 42a19a3cb8

View File

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