summaryrefslogtreecommitdiff
path: root/paramiko/sftp_handle.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 /paramiko/sftp_handle.py
parentec34b865fe6791a4929888c29261957054424a08 (diff)
downloadparamiko-208922af5a2be81d7bae2b9e2e4a3475b535593c.tar.gz
untie agian!
Diffstat (limited to 'paramiko/sftp_handle.py')
-rw-r--r--paramiko/sftp_handle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_handle.py b/paramiko/sftp_handle.py
index edceb5ad..05b5e904 100644
--- a/paramiko/sftp_handle.py
+++ b/paramiko/sftp_handle.py
@@ -179,7 +179,7 @@ class SFTPHandle (ClosingContextManager):
def _get_next_files(self):
"""
- Used by the SFTP server code to retreive a cached directory
+ Used by the SFTP server code to retrieve a cached directory
listing.
"""
fnlist = self.__files[:16]