We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a410fa6 commit b848a97Copy full SHA for b848a97
1 file changed
src/murfey/client/analyser.py
@@ -350,7 +350,7 @@ def _analyse_in_thread(self):
350
continue
351
self._analyse(transferred_file)
352
self.queue.task_done()
353
- logger.debug("Analyer thread has stopped analysing incoming files")
+ logger.debug("Analyser thread has stopped analysing incoming files")
354
self.notify(final=True)
355
356
def _analyse(self, transferred_file: Path):
0 commit comments