fix(flash_klipper): spelling mistake #242

Merged
cobyn merged 1 commits from detect_mcu_typo into master 2022-10-05 17:22:32 +02:00

View File

@@ -102,7 +102,7 @@ function print_detected_mcu_to_screen() {
local i=1 local i=1
if (( ${#mcu_list[@]} < 1 )); then if (( ${#mcu_list[@]} < 1 )); then
print_error "No MCU found!\n MCU eihter not connected or not detected!" print_error "No MCU found!\n MCU either not connected or not detected!"
return return
fi fi
@@ -121,7 +121,7 @@ function select_mcu_id() {
local i=0 sel_index=0 method=${1} local i=0 sel_index=0 method=${1}
if (( ${#mcu_list[@]} < 1 )); then if (( ${#mcu_list[@]} < 1 )); then
print_error "No MCU found!\n MCU eihter not connected or not detected!" print_error "No MCU found!\n MCU either not connected or not detected!"
return return
fi fi