diff --git a/bash/decoders/dump1090-mutability.sh b/bash/decoders/dump1090-mutability.sh index 7b51f03..dc152e3 100755 --- a/bash/decoders/dump1090-mutability.sh +++ b/bash/decoders/dump1090-mutability.sh @@ -260,7 +260,7 @@ if [[ `grep "MAX_RANGE" ${DUMP1090_CONFIGURATION_FILE} | awk -F \" '{print $2}'` ChangeConfig "MAX_RANGE" "${DUMP1090_MAX_RANGE}" "${DUMP1090_CONFIGURATION_FILE}" fi -# Ask if measurments should be displayed using imperial or metric. +# Ask if measurements should be displayed using imperial or metric. if [[ "${RECEIVER_AUTOMATED_INSTALL}" = "false" ]] ; then whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Unit of Measurement" --yes-button "Imperial" --no-button "Metric" --yesno "\nPlease select the unit of measurement to be used by dump1090-mutbility." 9 78 case $? in diff --git a/example.config b/example.config index 7458de3..01dbc9a 100644 --- a/example.config +++ b/example.config @@ -139,7 +139,7 @@ DUMP1090_BIND_TO_ALL_IPS="true" # MUTABILITY ONLY: You can specify the unit of measure used by dump1090-mutability. # This can be set to either "metric" or "imperial". -DUMP1090_UNIT_OF_MEASURMENT="imperial" +DUMP1090_UNIT_OF_MEASUREMENT="imperial" # --------------------------------------------------------------------------------- # DUMP978