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)