From c1c9d9b07df00a111b3ad51fbabafe91d5dfd76b Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 15 May 2019 13:01:05 -0400 Subject: [PATCH] fix typo --- command/alloc_exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/alloc_exec.go b/command/alloc_exec.go index 90aa60521a0..d25a627e29b 100644 --- a/command/alloc_exec.go +++ b/command/alloc_exec.go @@ -296,7 +296,7 @@ func setRawTerminalOutput(stream interface{}) (cleanup func(), err error) { return func() { term.RestoreTerminal(fd, state) }, nil } -// watchTerminalSize watches terminal size changes to propogate to remote tty. +// watchTerminalSize watches terminal size changes to propagate to remote tty. func watchTerminalSize(out io.Writer, resize chan<- api.TerminalSize) (func(), error) { fd, isTerminal := term.GetFdInfo(out) if !isTerminal {