From 4b03bf3215c851d920ceb208cbec9dc575c144a5 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 24 Aug 2015 10:38:03 -0400 Subject: combox/events.py: fixed typo in comment. --- combox/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3