From: Antonio Alvarez Feijoo Date: Wed, 20 Nov 2024 14:39:46 +0000 (+0100) Subject: cryptenroll: fix typo X-Git-Tag: v257-rc3~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c3c2886d924d490de395b166cdd8b7dc30f98e;p=thirdparty%2Fsystemd.git cryptenroll: fix typo --- diff --git a/src/cryptenroll/cryptenroll-fido2.c b/src/cryptenroll/cryptenroll-fido2.c index cc1cb8eb747..af085520fee 100644 --- a/src/cryptenroll/cryptenroll-fido2.c +++ b/src/cryptenroll/cryptenroll-fido2.c @@ -193,7 +193,7 @@ int enroll_fido2( fflush(stdout); fprintf(stderr, - "\nPlease save this FIDO2 credential ID. It is required when unloocking the volume\n" + "\nPlease save this FIDO2 credential ID. It is required when unlocking the volume\n" "using the associated FIDO2 keyslot which we just created. To configure automatic\n" "unlocking using this FIDO2 token, add an appropriate entry to your /etc/crypttab\n" "file, see %s for details.\n", link);