summaryrefslogtreecommitdiff
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorjames mike dupont <jamesmikedupont@gmail.com>2017-01-19 03:59:30 -0500
committerJeff Forcier <jeff@bitprophet.org>2017-01-24 09:16:25 -0800
commit208922af5a2be81d7bae2b9e2e4a3475b535593c (patch)
tree5f2a6f7786857c33fe71bd26e02da82287457954 /tests/test_sftp.py
parentec34b865fe6791a4929888c29261957054424a08 (diff)
downloadparamiko-208922af5a2be81d7bae2b9e2e4a3475b535593c.tar.gz
untie agian!
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index e4c2c3a3..d3064fff 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -413,7 +413,7 @@ class SFTPTest (unittest.TestCase):
def test_A_readline_seek(self):
"""
create a text file and write a bunch of text into it. then count the lines
- in the file, and seek around to retreive particular lines. this should
+ in the file, and seek around to retrieve particular lines. this should
verify that read buffering and 'tell' work well together, and that read
buffering is reset on 'seek'.
"""