diff --git a/kiauh/components/klipper_firmware/firmware_utils.py b/kiauh/components/klipper_firmware/firmware_utils.py index 435a96d..024ef63 100644 --- a/kiauh/components/klipper_firmware/firmware_utils.py +++ b/kiauh/components/klipper_firmware/firmware_utils.py @@ -165,7 +165,7 @@ def start_flash_process(flash_options: FlashOptions) -> None: if rc != 0: raise Exception(f"Flashing failed with returncode: {rc}") else: - Logger.print_ok("Flashing successfull!", start="\n", end="\n\n") + Logger.print_ok("Flashing successful!", start="\n", end="\n\n") except (Exception, CalledProcessError): Logger.print_error("Flashing failed!", start="\n")