summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Yip <jake.yip@unimelb.edu.au>2016-02-01 16:10:43 +1100
committerJake Yip <jake.yip@unimelb.edu.au>2016-02-01 16:11:18 +1100
commit8f721c9a158d801d03f6dee7ead2ba01c1cc83b9 (patch)
tree5547500bd7575868a0b43560ae73c86535a7121c
parent5e02b7844b0ec92b41491a873fc2909a205f4426 (diff)
downloadtempest-lib-8f721c9a158d801d03f6dee7ead2ba01c1cc83b9.tar.gz
Minor spelling fix
Change-Id: Iba06b3c515b77cfb95a9f9260bed46a1739c9dda
-rw-r--r--tempest_lib/common/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest_lib/common/ssh.py b/tempest_lib/common/ssh.py
index 687c054..e55d359 100644
--- a/tempest_lib/common/ssh.py
+++ b/tempest_lib/common/ssh.py
@@ -73,7 +73,7 @@ class Client(object):
look_for_keys=self.look_for_keys,
key_filename=self.key_filename,
timeout=self.channel_timeout, pkey=self.pkey)
- LOG.info("ssh connection to %s@%s successfuly created",
+ LOG.info("ssh connection to %s@%s successfully created",
self.username, self.host)
return ssh
except (EOFError,