diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 80e2a480e43..a5986bbe919 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -64,7 +64,7 @@ func NewNotFoundErr(kind, name string) error { } // RESTStorage is a generic interface for RESTful storage services -// Resources whicih are exported to the RESTful API of apiserver need to implement this interface. +// Resources which are exported to the RESTful API of apiserver need to implement this interface. type RESTStorage interface { // List selects resources in the storage which match to the selector. List(labels.Selector) (interface{}, error)