summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-03-01 20:45:12 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:06 +0200
commitc1a7b496bf3f275ee7b419c8ae04d68735c020ee (patch)
treebd4e1fa18311de2c80bcefaed8e767d6d212f5d9 /scripts/build/bootstrap_debootstrap
parent613c5984b6f5e93823deaf4916fcfbcc61ed4abd (diff)
downloadvyos-live-build-c1a7b496bf3f275ee7b419c8ae04d68735c020ee.tar.gz
vyos-live-build-c1a7b496bf3f275ee7b419c8ae04d68735c020ee.zip
Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
-rwxr-xr-xscripts/build/bootstrap_debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 029b59df0..cef2f23df 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -32,7 +32,7 @@ fi
if [ ! -x "$(which debootstrap 2>/dev/null)" ]
then
echo "E: debootstrap - command not found"
- echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
+ echo "I: debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi