diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 42e124e9e..afc8f56bc 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -618,7 +618,7 @@ check_signatures_trust (ctrl_t ctrl, kbnode_t keyblock, PKT_public_key *pk, targetuid = NULL; if (uidbased) { - u32 tmpcreated = 0; /* Helper to find the lates user ID. */ + u32 tmpcreated = 0; /* Helper to find the latest user ID. */ PKT_user_id *tmpuid; for (n=keyblock; n; n = n->next) |