From 57171ee83caaef435bc20a95b9efe39b14e1dbe2 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 --- cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.go b/cli.go index 8e559fc3fd..88c6e68c24 100644 --- a/cli.go +++ b/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