summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-08-24 10:38:03 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-08-24 10:38:03 -0400
commit4b03bf3215c851d920ceb208cbec9dc575c144a5 (patch)
tree908eff2a5b734dfb2b2acf8379f28122c721e65d
parentbbf994cca09e5a42167864d1618f7cda0cd90bca (diff)
combox/events.py: fixed typo in comment.
-rw-r--r--combox/events.py2
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)