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/chroot-includes | |
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/chroot-includes')
-rwxr-xr-x | components/chroot-includes | 2 |
1 files changed, 1 insertions, 1 deletions
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' |