Skip to content

Commit b848a97

Browse files
committed
Typo
1 parent a410fa6 commit b848a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/client/analyser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _analyse_in_thread(self):
350350
continue
351351
self._analyse(transferred_file)
352352
self.queue.task_done()
353-
logger.debug("Analyer thread has stopped analysing incoming files")
353+
logger.debug("Analyser thread has stopped analysing incoming files")
354354
self.notify(final=True)
355355

356356
def _analyse(self, transferred_file: Path):

0 commit comments

Comments
 (0)