summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-09-05 18:24:20 (GMT)
committerJoey Hess <joey@kitenet.net>2012-09-05 18:24:20 (GMT)
commit0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5 (patch)
treeac503131a5105300fe801d9f993391825808b605 /functions
parentb108bb1a91b90992434b2150d8d1ac1c9eb11f72 (diff)
downloaddebootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.zip
debootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.tar.gz
debootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.tar.bz2
Fix "arc" typo. Closes: #686680
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index e6178d9..b450396 100644
--- a/functions
+++ b/functions
@@ -654,7 +654,7 @@ download_debs () {
dloaddebs="$(($dloaddebs + $size))"
echo >>$TARGET/debootstrap/debpaths "$p $debdest"
else
- warning COULDNTDL "Couldn't download package %s (ver %s arc %s)" "$p" "$ver" "$arc"
+ warning COULDNTDL "Couldn't download package %s (ver %s arch %s)" "$p" "$ver" "$arc"
leftover="$leftover $p"
fi
fi