summaryrefslogtreecommitdiffhomepage
path: root/tests/stub_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/stub_sftp.py
parentec34b865fe6791a4929888c29261957054424a08 (diff)
untie agian!
Diffstat (limited to 'tests/stub_sftp.py')
-rw-r--r--tests/stub_sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py
index 24380ba1..5fcca386 100644
--- a/tests/stub_sftp.py
+++ b/tests/stub_sftp.py
@@ -55,7 +55,7 @@ class StubSFTPHandle (SFTPHandle):
class StubSFTPServer (SFTPServerInterface):
# assume current folder is a fine root
- # (the tests always create and eventualy delete a subfolder, so there shouldn't be any mess)
+ # (the tests always create and eventually delete a subfolder, so there shouldn't be any mess)
ROOT = os.getcwd()
def _realpath(self, path):