This commit is contained in:
Taisuke Miyazaki 2023-09-14 11:55:44 +09:00
parent 0a0182da13
commit 8067dc9e77
No known key found for this signature in database

View File

@ -47,7 +47,7 @@ fi
grepMatch=$(grep -m 1 -n "$1" checksums_hashes_order)
if [ "$grepMatch" == "" ]; then
echo "Could not find hash algorith '$1' in checksums_hashes_order"
echo "Could not find hash algorithm '$1' in checksums_hashes_order"
exit 1
fi