diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index 4ea1d46..0507d19 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -267,7 +267,7 @@ def pack_core_commands(q: DefaultPusQueueHelper, op_code: str): ) elif op_code in OpCode.SWITCH_TO_BOTH_SD_CARDS: while True: - active_sd_card = int(input("Please specify active SD cqrd [0/1]: ")) + active_sd_card = int(input("Please specify active SD card [0/1]: ")) if active_sd_card not in [0, 1]: _LOGGER.warning("Invalid SD card specified. Try again") break