genprotimg/samples: fix typo

Fix typo.

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2020-05-07 11:30:53 +02:00
committed by Jan Höppner
parent d72cf322c0
commit 94a3272dac

View File

@@ -101,7 +101,7 @@ extract_body()
verify_signature()
{
# Assuming that the signature algorith is SHA512 with RSA
# Assuming that the signature algorithm is SHA512 with RSA
openssl sha512 -verify $1 -signature $2 $3
}