From a5f0686bf09b059f0edad00b0895bae7f396b13b Mon Sep 17 00:00:00 2001 From: allencloud Date: Mon, 28 Mar 2016 18:57:55 +0800 Subject: [PATCH] fix typos Signed-off-by: allencloud --- opts/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts/opts.go b/opts/opts.go index 05aadbe74b..a56c0cc42e 100644 --- a/opts/opts.go +++ b/opts/opts.go @@ -36,7 +36,7 @@ func (opts *ListOpts) String() string { 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. func (opts *ListOpts) Set(value string) error { if opts.validator != nil {