fix misspelling

pull/6/head
Sebastian Müller 2014-07-30 20:10:12 +02:00
parent b0d18b2af0
commit e1172fc78c
1 changed files with 1 additions and 1 deletions

View File

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