diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 7bde043d927..69b5e4629fa 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -63,7 +63,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)