cmd/puppeth: fix comment typo

This commit is contained in:
陈宇峰 2018-09-17 20:31:50 +08:00
parent 568aab017f
commit a099954295

View file

@ -115,7 +115,7 @@ func (w *wizard) selectServer() string {
// manageComponents displays a list of network components the user can tear down
// and an option
func (w *wizard) manageComponents() {
// List all the componens we can tear down, along with an entry to deploy a new one
// List all the components we can tear down, along with an entry to deploy a new one
fmt.Println()
var serviceHosts, serviceNames []string