correct some nits in comment and test files

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 6083de8891
Component: cli
This commit is contained in:
allencloud
2017-05-15 11:57:19 +02:00
committed by Vincent Demeester
parent d94e1f7806
commit c2d278ab8c
+1 -1
View File
@@ -136,7 +136,7 @@ func (o *NamedListOpts) Name() string {
return o.name
}
//MapOpts holds a map of values and a validation function.
// MapOpts holds a map of values and a validation function.
type MapOpts struct {
values map[string]string
validator ValidatorFctType