diff options
author | Werner Koch <[email protected]> | 2025-03-14 12:24:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-03-14 12:24:44 +0000 |
commit | 95a11baaa2c05832687cc81496449598034b0fb0 (patch) | |
tree | d9d96c375b4c9a1cf4b033fb40f122ab10fa8422 /g10/import.c | |
parent | gpg: Fix double free of internal data. (diff) | |
download | gnupg-95a11baaa2c05832687cc81496449598034b0fb0.tar.gz gnupg-95a11baaa2c05832687cc81496449598034b0fb0.zip |
doc: Minor updates
--
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index 09a2c2432..9d92268c5 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1816,7 +1816,7 @@ insert_key_origin_uid (PKT_user_id *uid, u32 curtime, /* We insert origin information on a UID only when we received * them via the Web Key Directory or a DANE record. The key we * receive here from the WKD has been filtered to contain only - * the user ID as looked up in the WKD. For a DANE origin we + * the user ID as looked up in the WKD. For a DANE origin * this should also be the case. Thus we will see here only one * user id. */ uid->keyorg = origin; |