Correct a comment typo

This commit is contained in:
Dave Pearson
2023-05-11 15:22:19 +01:00
parent c45126b21c
commit 4d225b8ebb

View File

@@ -303,7 +303,7 @@ class DirectoryTree(Tree[DirEntry]):
# asked to stop. # asked to stop.
worker = get_current_worker() worker = get_current_worker()
# Load up the content of the directly. # Load up the content of the directory.
content = self.filter_paths(self._directory_content(node.data.path)) content = self.filter_paths(self._directory_content(node.data.path))
if worker.is_cancelled: if worker.is_cancelled:
return return