aboutsummaryrefslogtreecommitdiff
path: root/debian-dl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-26 17:08:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-26 17:08:56 -0300
commitc17c8c77dbf0de968732262f53b60ced22e80c2a (patch)
tree93b6c540acc85a34da1b607ec7ff7a4f8601e98a /debian-dl
parent9f22df449139f25e3140867b8fe7567ea6a001d1 (diff)
downloadscripts-c17c8c77dbf0de968732262f53b60ced22e80c2a.tar.gz
scripts-c17c8c77dbf0de968732262f53b60ced22e80c2a.tar.bz2
Typo on debian-dl
Diffstat (limited to 'debian-dl')
-rwxr-xr-xdebian-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-dl b/debian-dl
index 2265df0..3558085 100755
--- a/debian-dl
+++ b/debian-dl
@@ -35,7 +35,7 @@ done
# Determine transfer method
if echo $FILENAME | grep -qe '.jigdo$'; then
# Check for jigdo
- if ! which jidgo-lite &> /dev/null; then
+ if ! which jigdo-lite &> /dev/null; then
echo "Please install jigdo-file"
exit 1
fi