Преглед на файлове

Merge pull request #26081 from icaoweiwei/patch-2016-08-28-2

Fix typo
Doug Davis преди 9 години
родител
ревизия
026f404dad
променени са 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