summaryrefslogtreecommitdiff
path: root/src/cryptenroll
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptenroll')
-rw-r--r--src/cryptenroll/cryptenroll-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptenroll/cryptenroll-list.c b/src/cryptenroll/cryptenroll-list.c
index c3ad819430..62688da3d3 100644
--- a/src/cryptenroll/cryptenroll-list.c
+++ b/src/cryptenroll/cryptenroll-list.c
@@ -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;
}