From ed4a1e0b273970502aaa08cd603a604a42b6676b Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 10 Jul 2023 12:49:52 +0200 Subject: [PATCH] analyze-pcrs: Fix typo --- src/analyze/analyze-pcrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyze/analyze-pcrs.c b/src/analyze/analyze-pcrs.c index b9a6ac144aa..df678ab935f 100644 --- a/src/analyze/analyze-pcrs.c +++ b/src/analyze/analyze-pcrs.c @@ -97,7 +97,7 @@ int verb_pcrs(int argc, char *argv[], void *userdata) { int r; if (tpm2_support() != TPM2_SUPPORT_FULL) - log_notice("System has not TPM2 support, not showing PCR state."); + log_notice("System lacks full TPM2 support, not showing PCR state."); else { r = get_pcr_alg(&alg); if (r < 0) -- 2.47.3