summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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"