From 42a19a3cb8983a3bd802f2facb4c2104af30e195 Mon Sep 17 00:00:00 2001 From: Cong Ding Date: Thu, 21 Jun 2018 16:40:59 -0700 Subject: [PATCH] apiserver: fix typo introduced in #57366 --- staging/src/k8s.io/apiserver/pkg/storage/cacher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/cacher.go b/staging/src/k8s.io/apiserver/pkg/storage/cacher.go index ab4ab04f3a0..a4026aa3473 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/cacher.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher.go @@ -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