diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 18:29:12 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 18:29:12 +0100 |
commit | 00b2ea2d8af3c9f09355cf0eca139fe28530c55f (patch) | |
tree | 8debdbdddacd1cf466e5a5d1ac676fb4c26b54bc /components/bootstrap-debootstrap | |
parent | e9d44e95a5b7ea885d624658b02d6658666c0ad0 (diff) | |
download | vyos-live-build-00b2ea2d8af3c9f09355cf0eca139fe28530c55f.tar.gz vyos-live-build-00b2ea2d8af3c9f09355cf0eca139fe28530c55f.zip |
Correcting spelling typo in python stubs (s/optained/obtained/).
Diffstat (limited to 'components/bootstrap-debootstrap')
-rwxr-xr-x | components/bootstrap-debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
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' |