Преглед изворни кода

Fix typo

Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
Cao Weiwei пре 8 година
родитељ
комит
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
 	isTerminalOut bool
 	// client is the http client that performs all API operations
 	// client is the http client that performs all API operations
 	client client.APIClient
 	client client.APIClient
-	// state holds the terminal input state
+	// inState holds the terminal input state
 	inState *term.State
 	inState *term.State
 	// outState holds the terminal output state
 	// outState holds the terminal output state
 	outState *term.State
 	outState *term.State