summaryrefslogtreecommitdiffhomepage
path: root/tests/stub_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-01-24 09:16:21 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-01-24 09:16:21 -0800
commit76d0cf1b985e7ce776c0f716d5c3a4baecab1531 (patch)
tree5eee671191bdd73e69c6849371765f89bf2d613c /tests/stub_sftp.py
parentfd62d87c6f04c5266e73ad50a97d4689f7f1892c (diff)
parent3ed75f66a19eea3d8812423c1617d1d362e96d6d (diff)
Merge branch '1.17' into 1.18
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):