浏览代码

Fix typo

Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
Cao Weiwei 9 年之前
父节点
当前提交
cdcf7b78fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/client/cli.go

+ 1 - 1
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