diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-08-24 10:38:03 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-08-24 10:38:03 -0400 |
commit | 4b03bf3215c851d920ceb208cbec9dc575c144a5 (patch) | |
tree | 908eff2a5b734dfb2b2acf8379f28122c721e65d | |
parent | bbf994cca09e5a42167864d1618f7cda0cd90bca (diff) |
combox/events.py: fixed typo in comment.
-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) |