trivial fix typo: resouce -> resource

Although it is spelling mistakes, it might make an affects while reading.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>

Kubernetes-commit: 34961dc16c91f530b84957c50be5ebdbb914380b
This commit is contained in:
Nguyen Hai Truong 2019-02-15 02:05:28 -08:00 committed by Kubernetes Publisher
parent d51bcfed7e
commit 666c7b3f0c

View File

@ -21,7 +21,7 @@ import (
"k8s.io/client-go/discovery"
)
// CategoryExpander maps category strings to GroupResouces.
// CategoryExpander maps category strings to GroupResources.
// Categories are classification or 'tag' of a group of resources.
type CategoryExpander interface {
Expand(category string) ([]schema.GroupResource, bool)