From 4e62bd97d37df252213218e5b756ba7da9b1f336 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Mon, 28 Sep 2015 08:59:40 -0400 Subject: [PATCH] Fix comment typo in attach.go Signed-off-by: Lei Jitang --- daemon/attach.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/attach.go b/daemon/attach.go index e67e1aaf14..a462543521 100644 --- a/daemon/attach.go +++ b/daemon/attach.go @@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName } // 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 { InStream io.ReadCloser OutStream, ErrStream io.Writer