Merge "Minor spelling fix"

This commit is contained in:
Jenkins 2016-02-04 15:50:33 +00:00 committed by Gerrit Code Review
commit 58109c842e
1 changed files with 1 additions and 1 deletions

View File

@ -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,