summaryrefslogtreecommitdiff
path: root/tempest_lib/common/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest_lib/common/ssh.py')
-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,