Browse code

Fix comment typo in attach.go

Signed-off-by: Lei Jitang <leijitang@huawei.com>

Lei Jitang authored on 2015/09/28 21:59:40
Showing 1 changed files
... ...
@@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName
48 48
 }
49 49
 
50 50
 // ContainerWsAttachWithLogsConfig attach with websockets, since all
51
-// stream data is delegated to the websocket to handle, there
51
+// stream data is delegated to the websocket to handle there.
52 52
 type ContainerWsAttachWithLogsConfig struct {
53 53
 	InStream             io.ReadCloser
54 54
 	OutStream, ErrStream io.Writer