From 7500c6cbef3100c8d05301e6cc096c3e89af87f7 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 24 Mar 2022 12:43:35 +0100 Subject: [PATCH] cryptsetup: fix typo --- src/cryptsetup/cryptsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index f92624fb13..bdb381eecf 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -1414,7 +1414,7 @@ static int attach_luks_or_plain_or_bitlk_by_tpm2( if (is_efi_boot() && !efi_has_tpm2()) return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), - "No TPM2 hardware discovered and EFI bios indicates no support for it either, assuming TPM2-less system, falling back to traditional unocking."); + "No TPM2 hardware discovered and EFI bios indicates no support for it either, assuming TPM2-less system, falling back to traditional unlocking."); r = make_tpm2_device_monitor(&event, &monitor); if (r < 0) -- 2.25.1