diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-02 10:50:25 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:04 +0200 |
commit | 449a338ffa84b8a67eae7c428054c20473714a5c (patch) | |
tree | 1146b15ab1dd45ee77cc5c1d893eadeb09446b9c /scripts | |
parent | de261256c51987e9821095f967794a2a28e2ec6f (diff) | |
download | vyos-live-build-449a338ffa84b8a67eae7c428054c20473714a5c.tar.gz vyos-live-build-449a338ffa84b8a67eae7c428054c20473714a5c.zip |
Correcting spelling typo in help text within the binary checksums file.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_checksums | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 7407b754f..b42313ed2 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -71,7 +71,7 @@ do -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -## This file contains the list of ${CHECKSUM} checksums of all fileson this +## This file contains the list of ${CHECKSUM} checksums of all files on this ## medium. ## ## You can verify them automatically with the 'verify-checksums' boot parameter, |