Skip to content

Commit

Permalink
Issue #44: spellfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed May 27, 2014
1 parent 89b5de4 commit 09bd4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pexpect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _spawn(self, command, args=[]):
if self.pid == 0:
# Child.
# re-set child_fd, which is actually master_fd in the case of
# of the child process's point of view, which us used by setwinsize()
# of the child process's point of view, which is used by setwinsize()
# prior to execve().
self.child_fd = pty.STDIN_FILENO
self.setwinsize(24, 80)
Expand Down

0 comments on commit 09bd4fe

Please sign in to comment.