mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
cryptenroll: fix typo
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user