fix typos

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-03-28 18:57:55 +08:00 committed by Vincent Demeester
parent 6ad28f55d5
commit a5f0686bf0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func (opts *ListOpts) String() string {
return fmt.Sprintf("%v", []string((*opts.values))) return fmt.Sprintf("%v", []string((*opts.values)))
} }
// Set validates if needed the input value and add it to the // Set validates if needed the input value and adds it to the
// internal slice. // internal slice.
func (opts *ListOpts) Set(value string) error { func (opts *ListOpts) Set(value string) error {
if opts.validator != nil { if opts.validator != nil {