fix(typo): Successfull > Successful

Co-authored-by: dw-0 <th33xitus@gmail.com>
Co-authored-by: dw-0 <domwil1091+github@gmail.com>
This commit is contained in:
Mathijs Groothuis
2025-02-08 13:30:37 +01:00
committed by GitHub
parent 8330f90b56
commit 4978f22101

View File

@@ -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")