From: Daan De Meyer Date: Mon, 10 Jul 2023 10:49:52 +0000 (+0200) Subject: analyze-pcrs: Fix typo X-Git-Tag: v254-rc2~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28333%2Fhead;p=thirdparty%2Fsystemd.git analyze-pcrs: Fix typo --- 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)