1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

cryptenroll: fix typo

This commit is contained in:
Antonio Alvarez Feijoo 2022-06-03 17:09:23 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 3a2a0806f5
commit d48cfc98eb

View 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;
}