summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-23 11:29:45 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-08 07:41:21 +0100
commite4e67826ac5d96a0f2fc1218373e202b7312f96b (patch)
treeea96515d43a75b753b328c2428f288ecd02b59ec /scripts
parent2a40eaa5a9b9dc4c4f5ae8fb22bac4c51997b83b (diff)
downloadptxdist-e4e67826ac5d96a0f2fc1218373e202b7312f96b.tar.gz
ptxdist-e4e67826ac5d96a0f2fc1218373e202b7312f96b.tar.xz
ptxd_make_get: fix typo in message
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
index 70de52143..3d1769b26 100644
--- a/scripts/lib/ptxd_make_get.sh
+++ b/scripts/lib/ptxd_make_get.sh
@@ -414,7 +414,7 @@ ptxd_make_get() {
local thing="${url/file:\/\///}"
if [ -f "$thing" ]; then
- echo "local archive, skiping get"
+ echo "local archive, skipping get"
return
elif [ -d "${thing}" ]; then
echo "local directory instead of tar file, skipping get"