From 7087cac2a364000f63d8ebfa83e65d3575c8e793 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Wed, 24 Jun 2020 01:29:59 +0200 Subject: [PATCH] typoo fix --- obsw_tmtc_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 5e48d21..0a8bb7f 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -196,7 +196,7 @@ class TmTcHandler: elif self.mode == g.ModeList.SoftwareTestMode: all_tc_queue = create_total_tc_queue() - LOGGER.info("Performing multjple service commands operation") + LOGGER.info("Performing multiple service commands operation") sender_and_receiver = SequentialCommandSenderReceiver( com_interface=communication_interface, tmtc_printer=tmtc_printer, tc_queue=all_tc_queue, tm_listener=tm_listener) -- GitLab