diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-11-20 15:39:46 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-20 19:03:44 +0100 |
commit | 58c3c2886d924d490de395b166cdd8b7dc30f98e (patch) | |
tree | cc0f32aded110ef61d14ae6e5f0b779500065b52 /src/cryptenroll | |
parent | test-audit-util: Migrate to new assertion macros (diff) | |
download | systemd-58c3c2886d924d490de395b166cdd8b7dc30f98e.tar.xz systemd-58c3c2886d924d490de395b166cdd8b7dc30f98e.zip |
cryptenroll: fix typo
Diffstat (limited to 'src/cryptenroll')
-rw-r--r-- | src/cryptenroll/cryptenroll-fido2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptenroll/cryptenroll-fido2.c b/src/cryptenroll/cryptenroll-fido2.c index cc1cb8eb74..af085520fe 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); |