diff options
author | Daniel Baumann <daniel@debian.org> | 2013-03-01 20:45:12 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:52:09 +0200 |
commit | c366502ec14beee3b067786bd32a56c9f7b38b11 (patch) | |
tree | daa149d011a1a6ed2e4d9ca8a8bdedab3d04258b /scripts | |
parent | 8e7470a31a66bdffa94b6c50c7f1be24c6342bb0 (diff) | |
download | vyos-live-build-c366502ec14beee3b067786bd32a56c9f7b38b11.tar.gz vyos-live-build-c366502ec14beee3b067786bd32a56c9f7b38b11.zip |
Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 4 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index f799b941f..6ed538e0b 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 diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 8f8e59e78..32b7c76bc 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 |