From 76de74a73a702d51e6dd5274b2645236f941a64c Mon Sep 17 00:00:00 2001 From: Cao Weiwei Date: Sun, 28 Aug 2016 17:01:22 +0800 Subject: [PATCH] Fix typo Signed-off-by: Cao Weiwei Upstream-commit: cdcf7b78fc21f902c2c4fe42812763b0fbb36976 Component: engine --- components/engine/api/client/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/client/cli.go b/components/engine/api/client/cli.go index f7a1ba0745..0ce807bde5 100644 --- a/components/engine/api/client/cli.go +++ b/components/engine/api/client/cli.go @@ -48,7 +48,7 @@ type DockerCli struct { isTerminalOut bool // client is the http client that performs all API operations client client.APIClient - // state holds the terminal input state + // inState holds the terminal input state inState *term.State // outState holds the terminal output state outState *term.State