summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 10:50:25 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 10:51:11 +0100
commitcc4a598798e6cec1019e7f80e3e7c0e682714669 (patch)
tree1146b15ab1dd45ee77cc5c1d893eadeb09446b9c
parentdd2aed00d27a9d74437bdfed63fc5fd84d6f7207 (diff)
downloadvyos-live-build-cc4a598798e6cec1019e7f80e3e7c0e682714669.tar.gz
vyos-live-build-cc4a598798e6cec1019e7f80e3e7c0e682714669.zip
Correcting spelling typo in help text within the binary checksums file.
-rwxr-xr-xscripts/build/binary_checksums2
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,