fix typos

This commit is contained in:
haoyuan
2017-03-17 23:47:10 +08:00
committed by harryge00
parent 223c721d6e
commit 2b85ca8e00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ import (
"github.com/golang/glog"
)
// ControllerClientBuilder allow syou to get clients and configs for controllers
// ControllerClientBuilder allows you to get clients and configs for controllers
type ControllerClientBuilder interface {
Config(name string) (*restclient.Config, error)
ConfigOrDie(name string) *restclient.Config