Fix typos in pkg docs

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
This commit is contained in:
Vojtech Vitek (V-Teq)
2014-08-28 11:42:18 +02:00
parent 4379fabd5e
commit 5500bbade6
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ import (
"github.com/golang/glog"
)
// Interface holds the methods for clients of Kubenetes,
// Interface holds the methods for clients of Kubernetes,
// an interface to allow mock testing.
// TODO: these should return/take pointers.
type Interface interface {