hx509: Fix spelling of error messages

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-21 16:21:41 +12:00
committed by Jeffrey Altman
parent d9d3dd448d
commit 61bf5009a0
8 changed files with 15 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ ${hxtool} cms-verify-sd \
--missing-revoke \
--anchors=FILE:$srcdir/data/ca.crt \
sd.data sd.data.out 2> signer.tmp && exit 1
grep "No signers where found" signer.tmp > /dev/null || exit 1
grep "No signers were found" signer.tmp > /dev/null || exit 1
echo "create signed data (id-by-name)"
${hxtool} cms-create-sd \