summaryrefslogtreecommitdiff
path: root/contrib/download-frozen-image-v2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/download-frozen-image-v2.sh')
-rwxr-xr-xcontrib/download-frozen-image-v2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/download-frozen-image-v2.sh b/contrib/download-frozen-image-v2.sh
index 27a9b6c44b..b5e05b181a 100755
--- a/contrib/download-frozen-image-v2.sh
+++ b/contrib/download-frozen-image-v2.sh
@@ -245,7 +245,7 @@ get_target_arch() {
;;
mips*)
echo >&2 "I see you are running on mips but I don't know how to determine endianness yet, so I cannot select a correct arch to fetch."
- echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explictly by setting TARGETARCH"
+ echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explicitly by setting TARGETARCH"
exit 1
;;
*)