summaryrefslogtreecommitdiff
path: root/scripts
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:01 +0100
commita6b15215679f77211c77152f9799e55280094665 (patch)
treed3656b798dbcea0ae78af5051d12e52f8b6b5c3c /scripts
parenta39bfcb512b8678b9ce6900f5024d77106828c9d (diff)
downloadvyos-live-build-a6b15215679f77211c77152f9799e55280094665.tar.gz
vyos-live-build-a6b15215679f77211c77152f9799e55280094665.zip
Correcting spelling typo in help text within the binary checksums file.
Diffstat (limited to 'scripts')
-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 53c71ef2d..eba2c6b1d 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,