diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py
index 5e48d210182ff7bf01440738ed46409945cc5a9a..0a8bb7f7af5dcb9cb5c79575892f50758d21c757 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)