1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-04-28 14:43:37 +02:00

ima-evm-utils: Correct spelling errors

In comments and error messages.  No impact to code.

Signed-off-by: Ken Goldman <kgoldman@us.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Ken Goldman 2020-10-12 19:44:15 -04:00 committed by Mimi Zohar
parent 05c03be98b
commit 0ecfd590c2

View File

@ -59,7 +59,7 @@ swtpm_start() {
swtpm="$(which tpm_server)" swtpm="$(which tpm_server)"
swtpm1="$(which swtpm)" swtpm1="$(which swtpm)"
if [ -z "${swtpm}" ] && [ -z "${swtpm1}" ]; then if [ -z "${swtpm}" ] && [ -z "${swtpm1}" ]; then
echo "${CYAN}SKIP: Softare TPM (tpm_server and swtpm) not found${NORM}" echo "${CYAN}SKIP: Software TPM (tpm_server and swtpm) not found${NORM}"
return "$SKIP" return "$SKIP"
fi fi
@ -123,7 +123,7 @@ display_pcrs() {
done done
} }
# The first entry in the IMA measuremnet list is the "boot_aggregate". # The first entry in the IMA measurement list is the "boot_aggregate".
# For each kexec, an additional "boot_aggregate" will appear in the # For each kexec, an additional "boot_aggregate" will appear in the
# measurement list, assuming the previous measurement list is carried # measurement list, assuming the previous measurement list is carried
# across the kexec. # across the kexec.