]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptenroll: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 20 Nov 2024 14:39:46 +0000 (15:39 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 20 Nov 2024 18:03:44 +0000 (18:03 +0000)
src/cryptenroll/cryptenroll-fido2.c

index cc1cb8eb74773329aaf8285d3dd88d51e2adf305..af085520fee5d615ed2b02a04cad0be48640ed8f 100644 (file)
@@ -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);