diff options
author | Daniel Baumann <daniel@debian.org> | 2013-03-01 20:45:12 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | c1a7b496bf3f275ee7b419c8ae04d68735c020ee (patch) | |
tree | bd4e1fa18311de2c80bcefaed8e767d6d212f5d9 /scripts/build/bootstrap_cdebootstrap | |
parent | 613c5984b6f5e93823deaf4916fcfbcc61ed4abd (diff) | |
download | vyos-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_cdebootstrap')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index d516b55ca..ee0f05bb1 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -32,8 +32,8 @@ fi if [ ! -x "$(which cdebootstrap 2>/dev/null)" ] then echo "E: cdebootstrap - command not found" - echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/" - echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'." + echo "I: cdebootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/" + echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install cdebootstrap'." exit 1 fi |