From 3f0aefd671746c68ed6c1d2c22d78bcceaa30b42 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 28 Nov 2022 15:38:34 +0000 Subject: [PATCH] eddn: Fix spelling mistake in a log message --- plugins/eddn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 7e8bde96..5af9b6e6 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -255,7 +255,7 @@ class EDDNSender: finally: # Best effort at removing the file/contents # NB: The legacy code assumed it could write to the file. - logger.info("Converson` to `eddn_queue-v1.db` complete, removing `replay.jsonl`") + logger.info("Conversion` to `eddn_queue-v1.db` complete, removing `replay.jsonl`") replay_file = open(filename, 'w') # Will truncate replay_file.close() os.unlink(filename)