]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptenroll: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 3 Jun 2022 15:09:23 +0000 (17:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Jun 2022 15:27:22 +0000 (17:27 +0200)
src/cryptenroll/cryptenroll-list.c

index c3ad81943030c52fdcbc3b41eb15e0aa8f9a741f..62688da3d3b997ae78e374e31039986d41955582 100644 (file)
@@ -79,7 +79,7 @@ int list_enrolled(struct crypt_device *cd) {
 
                         r = safe_atou(json_variant_string(z), &u);
                         if (r < 0) {
-                                log_warning_errno(r, "Token JSON data's keyslot filed is not an integer formatted as string, ignoring.");
+                                log_warning_errno(r, "Token JSON data's keyslot field is not an integer formatted as string, ignoring.");
                                 continue;
                         }