summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 10:50:25 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:04 +0200
commit449a338ffa84b8a67eae7c428054c20473714a5c (patch)
tree1146b15ab1dd45ee77cc5c1d893eadeb09446b9c /scripts
parentde261256c51987e9821095f967794a2a28e2ec6f (diff)
downloadvyos-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-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,