fix misspell "underlying" in cacher.go

This commit is contained in:
fate-grand-order 2017-02-15 10:33:30 +08:00 committed by deads2k
parent 5d99edcdb1
commit 3890a8e1d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.