From 00f4228524c4909597dad635b7e7196c5abc3526 Mon Sep 17 00:00:00 2001 From: Alexandr Nedvedicky Date: Mon, 4 Aug 2025 11:11:15 +0200 Subject: [PATCH] s/veirfy/verify Reviewed-by: Neil Horman Reviewed-by: Tim Hudson Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28136) --- .../rpki-client-portable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/95-test_external_rpki-client-portable_data/rpki-client-portable.sh b/test/recipes/95-test_external_rpki-client-portable_data/rpki-client-portable.sh index ad49d3ac2f0..c483eb5feb3 100755 --- a/test/recipes/95-test_external_rpki-client-portable_data/rpki-client-portable.sh +++ b/test/recipes/95-test_external_rpki-client-portable_data/rpki-client-portable.sh @@ -62,7 +62,7 @@ zyzSqbo//+SSFHZG =O6H8 -----END PGP PUBLIC KEY BLOCK----- EOF -gpg --veirfy $RPKI_TARBALL.asc $RPKI_TARBALL || exit 1 +gpg --verify $RPKI_TARBALL.asc $RPKI_TARBALL || exit 1 cd $RPKI_SRC -- 2.47.3