Correcting spelling typo in python stubs (s/optained/obtained/).
This commit is contained in:
parent
e9d44e95a5
commit
00b2ea2d8a
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue