From 2175e25d3d3c297a29548e10c8c5d8a6224460ef Mon Sep 17 00:00:00 2001 From: Manuel Franceschini <livewire@google.com> Date: Fri, 20 Aug 2010 11:46:24 +0200 Subject: [PATCH] Fix small spelling mistake Signed-off-by: Manuel Franceschini <livewire@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh.py b/lib/ssh.py index 0a65f9fa9..7b2e7edd3 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)) -- GitLab