Revision 2175e25d

b/lib/ssh.py
243 243
      if node.startswith(remotehostname + "."):
244 244
        msg = "hostname not FQDN"
245 245
      else:
246
        msg = "hostname mistmatch"
246
        msg = "hostname mismatch"
247 247
      return False, ("%s: expected %s but got %s" %
248 248
                     (msg, node, remotehostname))
249 249

  

Also available in: Unified diff