瀏覽代碼

Fix comment typo in attach.go

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Lei Jitang 10 年之前
父節點
當前提交
4e62bd97d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/attach.go

+ 1 - 1
daemon/attach.go

@@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName
 }
 }
 
 
 // ContainerWsAttachWithLogsConfig attach with websockets, since all
 // ContainerWsAttachWithLogsConfig attach with websockets, since all
-// stream data is delegated to the websocket to handle, there
+// stream data is delegated to the websocket to handle there.
 type ContainerWsAttachWithLogsConfig struct {
 type ContainerWsAttachWithLogsConfig struct {
 	InStream             io.ReadCloser
 	InStream             io.ReadCloser
 	OutStream, ErrStream io.Writer
 	OutStream, ErrStream io.Writer