Browse code

fix typo mistake

Signed-off-by: Yibai Zhang <xm1994@gmail.com>

Yibai Zhang authored on 2015/08/10 17:20:35
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
40 40
 
41 41
 // Resize implements Resize method of Terminal interface
42 42
 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
44 44
 	return nil
45 45
 }
46 46