Skip to content

Commit

Permalink
hw/scripts: Fix typo downloader script
Browse files Browse the repository at this point in the history
There was typo in script error message.
  • Loading branch information
sjanc committed Mar 7, 2024
1 parent cc98d91 commit d9649ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ case "${MYNEWT_VAL_MYNEWT_DOWNLOADER}" in
stlink_load
;;
*)
>&2 echo "Unknown downlaoder $MYNEWT_VAL_MYNEWT_DOWNLOADER"
>&2 echo "Unknown downloader $MYNEWT_VAL_MYNEWT_DOWNLOADER"
exit 1
;;
esac

0 comments on commit d9649ce

Please sign in to comment.