summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-04 15:50:33 +0000
committerGerrit Code Review <review@openstack.org>2016-02-04 15:50:33 +0000
commit58109c842e43074c7ef5391fb44da415ed4b86cd (patch)
treea5439ab4acb93ae0f339e0adda8676856b39a2af
parent94933cf52e9c29a446e81c4707d9f43a3a0106dc (diff)
parent8f721c9a158d801d03f6dee7ead2ba01c1cc83b9 (diff)
downloadtempest-lib-58109c842e43074c7ef5391fb44da415ed4b86cd.tar.gz
Merge "Minor spelling fix"
-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,