Fix breakage introduced by commit 8044bf655
[ganeti-local] / lib / ssh.py
index 0a65f9f..7b2e7ed 100644 (file)
@@ -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))