From 94a3272daca0bb742b6dd8fd3426c1a82f98f8e4 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 7 May 2020 11:30:53 +0200 Subject: [PATCH] genprotimg/samples: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo. Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- genprotimg/samples/check_hostkeydoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genprotimg/samples/check_hostkeydoc b/genprotimg/samples/check_hostkeydoc index 2327bd3f..77453215 100755 --- a/genprotimg/samples/check_hostkeydoc +++ b/genprotimg/samples/check_hostkeydoc @@ -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 }