diff options
author | Thijs Triemstra <info@collab.nl> | 2025-07-25 18:31:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 12:31:19 -0400 |
commit | 60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af (patch) | |
tree | 74cd5c84ca4758c2de14f0fd1686b75a74bfa142 /scripts/flash-sdcard.sh | |
parent | ef4c76fe9494d0e011d6da5610fa868d2e702fff (diff) | |
download | kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.gz kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.xz kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.zip |
klippy: fix typos in python code (#6989)
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'scripts/flash-sdcard.sh')
-rwxr-xr-x | scripts/flash-sdcard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash-sdcard.sh b/scripts/flash-sdcard.sh index 08886409..6a08eab1 100755 --- a/scripts/flash-sdcard.sh +++ b/scripts/flash-sdcard.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This script launches flash_sdcard.py, a utitlity that enables +# This script launches flash_sdcard.py, a utility that enables # unattended firmware updates on boards with "SD Card" bootloaders # Non-standard installations may need to change this location |