Unverified Commit 1308d9a3 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents bece0d52 42a19a3c
...@@ -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