Correcting spelling typo in python stubs (s/optained/obtained/).

This commit is contained in:
Daniel Baumann 2013-11-04 18:29:12 +01:00
parent e9d44e95a5
commit 00b2ea2d8a
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'