From fe9a300d9122b886dd185b04cee474af7a39601f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 10 Oct 2024 11:06:01 -0400 Subject: [PATCH] Update config typo in configuration --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 78937b17..ec0a03c5 100755 --- a/config +++ b/config @@ -1366,7 +1366,7 @@ elif [ "$1" = "-L" ]; then elif [ "$1" = "-g" ]; then - echo "Are you sure you want to reset the CubeSatSim configration back to the default settings?" + echo "Are you sure you want to reset the CubeSatSim configuration back to the default settings?" echo read rset @@ -1441,7 +1441,7 @@ elif [ "$1" = "-h" ]; then echo " -D Change Transmit Commands state APRS or DTMF" echo " -o Change telemetry beacon transmit state" echo " -L Change microphone level for command and control" - echo " -g Reset configration back to default settings" + echo " -g Reset configuration back to default settings" echo exit