From e1172fc78c69bce326a457f82598f63f89d3b298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Wed, 30 Jul 2014 20:10:12 +0200 Subject: [PATCH] fix misspelling --- pkg/apiserver/apiserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)