diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-02 10:50:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-02 10:51:11 +0100 |
commit | cc4a598798e6cec1019e7f80e3e7c0e682714669 (patch) | |
tree | 1146b15ab1dd45ee77cc5c1d893eadeb09446b9c /scripts | |
parent | dd2aed00d27a9d74437bdfed63fc5fd84d6f7207 (diff) | |
download | vyos-live-build-cc4a598798e6cec1019e7f80e3e7c0e682714669.tar.gz vyos-live-build-cc4a598798e6cec1019e7f80e3e7c0e682714669.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, |