From 2175e25d3d3c297a29548e10c8c5d8a6224460ef Mon Sep 17 00:00:00 2001 From: Manuel Franceschini Date: Fri, 20 Aug 2010 11:46:24 +0200 Subject: [PATCH] Fix small spelling mistake Signed-off-by: Manuel Franceschini Reviewed-by: Iustin Pop --- lib/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh.py b/lib/ssh.py index 0a65f9f..7b2e7ed 100644 --- a/lib/ssh.py +++ b/lib/ssh.py @@ -243,7 +243,7 @@ class SshRunner: if node.startswith(remotehostname + "."): msg = "hostname not FQDN" else: - msg = "hostname mistmatch" + msg = "hostname mismatch" return False, ("%s: expected %s but got %s" % (msg, node, remotehostname)) -- 1.7.10.4