update basic documentation files.
[monitor.git] / getsshkeys.py
index d362c94..fb4c2a7 100755 (executable)
@@ -155,7 +155,7 @@ class SSHKnownHosts:
                nodenetworks = node['nodenetwork_ids']
                if len(nodenetworks)==0: return (host, None, None, None)
 
-               # the [0] subscript to node['nodenetwork_ids'] means
+               # the [0] subscript to node['interface_ids'] means
                # that this function wont work with multihomed nodes
                l_nw = self.nodenetworks.get(nodenetworks[0],None)
                if l_nw is None: return (host, None, None, None)