diff --git a/scripts/extract-checksum.sh b/scripts/extract-checksum.sh index 914dcfa2..ad94bf9c 100755 --- a/scripts/extract-checksum.sh +++ b/scripts/extract-checksum.sh @@ -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