diff options
Diffstat (limited to 'components')
-rwxr-xr-x | components/bootstrap-cdebootstrap | 2 | ||||
-rwxr-xr-x | components/bootstrap-debootstrap | 2 | ||||
-rwxr-xr-x | components/chroot-includes | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/components/bootstrap-cdebootstrap b/components/bootstrap-cdebootstrap index 6649423fa..008205ff1 100755 --- a/components/bootstrap-cdebootstrap +++ b/components/bootstrap-cdebootstrap @@ -89,7 +89,7 @@ def main(): print('E: /usr/bin/cdebootstrap - no such file', file=sys.stderr) if verbose: - print('I: cdebootstrap can be optained from:\n' + print('I: cdebootstrap can be obtained from:\n' 'I: http://anonscm.debian.org/gitweb/?p=users/waldi/cdebootstrap.git\n' 'I: http://ftp.debian.org/debian/pool/main/c/cdebootstrap/\n' 'I: On Debian based systems, cdebootstrap can be installed with:\n' diff --git a/components/bootstrap-debootstrap b/components/bootstrap-debootstrap index 123aab1c3..e7e0748ce 100755 --- a/components/bootstrap-debootstrap +++ b/components/bootstrap-debootstrap @@ -94,7 +94,7 @@ def main(): print('E: /usr/sbin/debootstrap - no such file', file=sys.stderr) if verbose: - print('I: debootstrap can be optained from:\n' + print('I: debootstrap can be obtained from:\n' 'I: http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git\n' 'I: http://ftp.debian.org/debian/pool/main/d/debootstrap/\n' 'I: On Debian based systems, debootstrap can be installed with:\n' diff --git a/components/chroot-includes b/components/chroot-includes index 625256efc..654448916 100755 --- a/components/chroot-includes +++ b/components/chroot-includes @@ -63,7 +63,7 @@ def main(): print('E: /bin/cpio - no such file', file=sys.stderr) if verbose: - print('I: cpio can be optained from:\n' + print('I: cpio can be obtained from:\n' 'I: http://www.gnu.org/software/cpio/\n' 'I: http://ftp.gnu.org/gnu/cpio/\n' 'I: On Debian based systems, cpio can be installed with:\n' |