Minor spelling fix

Change-Id: Iba06b3c515b77cfb95a9f9260bed46a1739c9dda
This commit is contained in:
Jake Yip 2016-02-01 16:10:43 +11:00
parent 5e02b7844b
commit 8f721c9a15
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,