From e2a6c9f890f1c27ca0f9d45eaa65da6234719cb7 Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Wed, 15 Feb 2017 10:33:30 +0800 Subject: [PATCH] fix misspell "underlying" in cacher.go --- 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 fffac82a8b0..ff8b93d0bea 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/cacher.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher.go @@ -59,7 +59,7 @@ type CacherConfig struct { Type interface{} ResourcePrefix string - // KeyFunc is used to get a key in the underyling storage for a given object. + // KeyFunc is used to get a key in the underlying storage for a given object. KeyFunc func(runtime.Object) (string, error) // GetAttrsFunc is used to get object labels and fields.