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

Fix typo
Upstream-commit: 026f404dad4ed289e4070e4ef9e204b78129b529
Component: engine
This commit is contained in:
Doug Davis
2016-08-28 07:07:54 -04:00
committed by GitHub

View File

@ -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