This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new d9649ce0c hw/scripts: Fix typo downloader script
d9649ce0c is described below
commit d9649ce0cc2a4e330c6a6afb573edeb743a63f34
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 6 16:30:04 2024 +0100
hw/scripts: Fix typo downloader script
There was typo in script error message.
---
hw/scripts/download.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/scripts/download.sh b/hw/scripts/download.sh
index 20489210a..fc347bd14 100644
--- a/hw/scripts/download.sh
+++ b/hw/scripts/download.sh
@@ -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