diff options
-rw-r--r-- | combox/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combox/events.py b/combox/events.py index cc854ba..4695c00 100644 --- a/combox/events.py +++ b/combox/events.py @@ -297,7 +297,7 @@ class NodeDirMonitor(LoggingEventHandler): dest_cb_path = cb_path(event.dest_path, self.config) if not path.exists(dest_cb_path): - # means this path was move on another computer that is + # means this path was moved on another computer that is # running combox. with self.lock: self.silo.node_set('file_moved', src_cb_path) |