summaryrefslogtreecommitdiff
path: root/pexpect/fdpexpect.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-09-15 20:33:30 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-09-15 20:33:30 +0300
commiteab2b69f4cd0fbc81194204b999ab4f27c51cf52 (patch)
tree71298b23e91875235a24bd4cbba45805e212b29a /pexpect/fdpexpect.py
parente276c17250516ff5a3deca924e35fd3fa68957d9 (diff)
downloadpexpect-eab2b69f4cd0fbc81194204b999ab4f27c51cf52.tar.gz
Spelling fixes
Diffstat (limited to 'pexpect/fdpexpect.py')
-rw-r--r--pexpect/fdpexpect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/fdpexpect.py b/pexpect/fdpexpect.py
index ac7443e..cd60804 100644
--- a/pexpect/fdpexpect.py
+++ b/pexpect/fdpexpect.py
@@ -1,5 +1,5 @@
'''This is like pexpect, but it will work with any file descriptor that you
-pass it. You are reponsible for opening and close the file descriptor.
+pass it. You are responsible for opening and close the file descriptor.
This allows you to use Pexpect with sockets and named pipes (FIFOs).
PEXPECT LICENSE