mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
cryptenroll: fix typo
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
3a2a0806f5
commit
d48cfc98eb
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user