diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-03-26 16:23:24 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-03-26 16:23:24 -0400 |
commit | 679c217cd35efd95dfc3bb61c262034fb2a4570d (patch) | |
tree | 3da863de9502d1cb16e8a3226de78836c7db5dc3 | |
parent | b4e67e3131f1b0854f7c35ef30bccb744b5c6a9b (diff) |
combox.events.NodDirMonitor: corrected typo in docstring.
-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 4b91ed5..bf9ad1d 100644 --- a/combox/events.py +++ b/combox/events.py @@ -219,7 +219,7 @@ class NodeDirMonitor(LoggingEventHandler): """Recursively traverses node directory, discovers changes and updates silo and combox directory. If it detects that a shard was deleted, it purges the - corresponding file from the combox director and also removes + corresponding file from the combox directory and also removes information about the file from the silo. If it detects new shards, it reconstructs the file and places |