From c5f866738c652d32ef2a7c6dde5db4042aa00da6 Mon Sep 17 00:00:00 2001 From: allencloud Date: Sat, 26 Mar 2016 22:06:45 +0800 Subject: [PATCH] fix typos Signed-off-by: allencloud Upstream-commit: 57171ee83caaef435bc20a95b9efe39b14e1dbe2 Component: cli --- components/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/cli.go b/components/cli/cli.go index 8e559fc3fd..88c6e68c24 100644 --- a/components/cli/cli.go +++ b/components/cli/cli.go @@ -189,7 +189,7 @@ func Subcmd(name string, synopses []string, description string, exitOnError bool return flags } -// An StatusError reports an unsuccessful exit by a command. +// StatusError reports an unsuccessful exit by a command. type StatusError struct { Status string StatusCode int