diff --git a/catcli/noder.py b/catcli/noder.py index fc49110..c550235 100644 --- a/catcli/noder.py +++ b/catcli/noder.py @@ -89,7 +89,7 @@ class Noder: # maccess changed old_maccess = node.maccess if float(maccess) > float(old_maccess): - self._debug('macess changed for \"{}\"'.format(path)) + self._debug('maccess changed for \"{}\"'.format(path)) return node, True # test hash if self.hash and node.md5: