Merge pull request #15441 from summershrimp/master

fix typo mistake
Upstream-commit: 5d54f5075180afdea688fa754a3d36ba125b4279
Component: engine
This commit is contained in:
David Calavera
2015-08-10 08:18:09 -05:00
@@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
// Resize implements Resize method of Terminal interface
func (s *StdConsole) Resize(h, w int) error {
// we do not need to reside a non tty
// we do not need to resize a non tty
return nil
}