diff options
-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 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, |