Merge pull request #701 from SebastianM/misspelling

fix misspelling
This commit is contained in:
erictune 2014-07-30 13:36:14 -07:00
commit a41aeeca67

View File

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