Linux Integrity Measurement development
 help / color / mirror / Atom feed
From: Ken Goldman <kgoldman@us.ibm.com>
To: Linux Integrity <linux-integrity@vger.kernel.org>
Cc: Mimi Zohar <zohar@linux.ibm.com>, Ken Goldman <kgoldman@us.ibm.com>
Subject: [PATCH v2 4/5] ima-evm-utils: Correct spelling errors
Date: Mon, 12 Oct 2020 19:44:15 -0400	[thread overview]
Message-ID: <20201012234416.20995-5-kgoldman@us.ibm.com> (raw)
In-Reply-To: <20201012234416.20995-1-kgoldman@us.ibm.com>

In comments and error messages.  No impact to code.

Signed-off-by: Ken Goldman <kgoldman@us.ibm.com>
---
 tests/boot_aggregate.test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/boot_aggregate.test b/tests/boot_aggregate.test
index b109a32..9967de2 100755
--- a/tests/boot_aggregate.test
+++ b/tests/boot_aggregate.test
@@ -58,7 +58,7 @@ swtpm_start() {
 	swtpm="$(which tpm_server)"
 	swtpm1="$(which swtpm)"
 	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"
 	fi
 
@@ -122,7 +122,7 @@ display_pcrs() {
 	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
 # measurement list, assuming the previous measurement list is carried
 # across the kexec.
-- 
2.25.1


  parent reply	other threads:[~2020-10-12 23:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 23:44 [PATCH v2 0/5] Updates to use IBM TSS C API rather than command line tools Ken Goldman
2020-10-12 23:44 ` [PATCH v2 1/5] ima-evm-utils: Change env variable TPM_SERVER_TYPE for tpm_server Ken Goldman
2020-10-14 22:04   ` Mimi Zohar
2020-10-14 22:17     ` Ken Goldman
2020-10-14 22:28       ` Mimi Zohar
2020-10-15 12:54         ` Ken Goldman
2020-10-15 13:36           ` Mimi Zohar
2020-10-15 13:04         ` Ken Goldman
2020-10-12 23:44 ` [PATCH v2 2/5] ima-evm-utils: Change PCR iterater from int to uint32_t Ken Goldman
2020-10-12 23:44 ` [PATCH v2 3/5] ima-evm-utils: Change tpm2_pcr_read() to use C code Ken Goldman
2020-11-10 16:04   ` Mimi Zohar
2020-10-12 23:44 ` Ken Goldman [this message]
2020-10-12 23:44 ` [PATCH v2 5/5] ima-evm-utils: Expand the INSTALL instructions Ken Goldman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201012234416.20995-5-kgoldman@us.ibm.com \
    --to=kgoldman@us.ibm.com \
    --cc=linux-integrity@vger.kernel.org \
    --cc=zohar@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox