diff --git a/lib/node.py b/lib/node.py index 272138a1b7..9ecbda9c87 100644 --- a/lib/node.py +++ b/lib/node.py @@ -282,7 +282,7 @@ def collector(self): """ Lazy initialization of the node Collector object. """ - self.log.debug("initiatize node::collector") + self.log.debug("initialize node::collector") return xmlrpcClient.Collector(node=self) @lazy @@ -290,7 +290,7 @@ def nodename(self): """ Lazy initialization of the node name. """ - self.log.debug("initiatize node::nodename") + self.log.debug("initialize node::nodename") return socket.gethostname().lower() @lazy