Skip to content

Commit b425d7d

Browse files
author
jgreat
committed
fix typo in comment
1 parent ab5aa2d commit b425d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/pump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (p *LogsPump) pumpLogs(event *docker.APIEvents, backlog bool, inactivityTim
210210
return
211211
}
212212

213-
// RawTerminal with contianer Tty=false injects binary headers into
213+
// RawTerminal with container Tty=false injects binary headers into
214214
// the log stream that show up as garbage unicode characters
215215
rawTerminal := false
216216
if allowTTY && container.Config.Tty {

0 commit comments

Comments
 (0)