From 442980dbd03c141a5286150d2c6ce102b84c1728 Mon Sep 17 00:00:00 2001 From: cobyn Date: Wed, 5 Oct 2022 10:22:31 -0500 Subject: [PATCH] fix(flash_klipper): spelling mistake (#242) --- scripts/flash_klipper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/flash_klipper.sh b/scripts/flash_klipper.sh index 233ea8b..f8677d1 100644 --- a/scripts/flash_klipper.sh +++ b/scripts/flash_klipper.sh @@ -102,7 +102,7 @@ function print_detected_mcu_to_screen() { local i=1 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 fi @@ -121,7 +121,7 @@ function select_mcu_id() { local i=0 sel_index=0 method=${1} 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 fi