Browse code

Fix typo

Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>

Cao Weiwei authored on 2016/08/28 18:01:22
Showing 1 changed files
... ...
@@ -48,7 +48,7 @@ type DockerCli struct {
48 48
 	isTerminalOut bool
49 49
 	// client is the http client that performs all API operations
50 50
 	client client.APIClient
51
-	// state holds the terminal input state
51
+	// inState holds the terminal input state
52 52
 	inState *term.State
53 53
 	// outState holds the terminal output state
54 54
 	outState *term.State