fix some typos

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu
2016-06-22 17:40:52 +08:00
parent 48f2b11c48
commit fd27cd47f7
14 changed files with 17 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ func (hk *HyperKube) FindServer(name string) (*Server, error) {
return nil, fmt.Errorf("Server not found: %s", name)
}
// Servers returns a list of all of the registred servers
// Servers returns a list of all of the registered servers
func (hk *HyperKube) Servers() []Server {
return hk.servers
}