summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Yevsukov <patrickyevsukov@users.noreply.github.com>2015-09-15 16:04:12 -0400
committerPatrick Yevsukov <patrickyevsukov@users.noreply.github.com>2015-09-15 16:04:12 -0400
commit87b3eb21377fc6bacf794a0eb98409f8cbb146f5 (patch)
treed78c523d5acbe75934eb482a477a32c1c3b0cced
parent99911aebadd2ca6e9f128f346843dc2127cf26bc (diff)
downloadpexpect-git-87b3eb21377fc6bacf794a0eb98409f8cbb146f5.tar.gz
Fix Typo
-rw-r--r--pexpect/pxssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/pxssh.py b/pexpect/pxssh.py
index 71f56a0..250c0a0 100644
--- a/pexpect/pxssh.py
+++ b/pexpect/pxssh.py
@@ -334,7 +334,7 @@ class pxssh (spawn):
if not self.set_unique_prompt():
self.close()
raise ExceptionPxssh('could not set shell prompt '
- '(recieved: %r, expected: %r).' % (
+ '(received: %r, expected: %r).' % (
self.before, self.PROMPT,))
return True