Commit 42a19a3c authored by Cong Ding's avatar Cong Ding

apiserver: fix typo introduced in #57366

parent ee7e59b7
...@@ -771,7 +771,7 @@ func (c *errWatcher) Stop() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment