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 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 |