Skip to content

Commit 5d54f50

Browse files
committed
Merge pull request moby#15441 from summershrimp/master
fix typo mistake
2 parents b173314 + fa9e54f commit 5d54f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/execdriver/termconsole.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
4040

4141
// Resize implements Resize method of Terminal interface
4242
func (s *StdConsole) Resize(h, w int) error {
43-
// we do not need to reside a non tty
43+
// we do not need to resize a non tty
4444
return nil
4545
}
4646

0 commit comments

Comments
 (0)