diff options
author | Gavin L. Rebeiro <glr@e2eops.io> | 2020-09-16 13:11:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-11-23 12:11:15 +0100 |
commit | 572bcacc287d24d0a2cc56442f9fb6a9ac49e12d (patch) | |
tree | 8b46116752698eab76ff821d50b3d70999ae5d32 /scd/app-openpgp.c | |
parent | gpg: Change API of agent_scd_serialno. (diff) | |
download | gnupg2-572bcacc287d24d0a2cc56442f9fb6a9ac49e12d.tar.xz gnupg2-572bcacc287d24d0a2cc56442f9fb6a9ac49e12d.zip |
doc: Fix typos
--
GnuPG-bug-id: 5071
Also fixed one in keyformat.txt [wk].
Diffstat (limited to '')
-rw-r--r-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index b75ee6457..0e3b3daad 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -3856,7 +3856,7 @@ build_ecc_privkey_template (app_t app, int keyno, } -/* Helper for do_writekey to change the size of a key. Not ethat +/* Helper for do_writekey to change the size of a key. Note that this deletes the entire key without asking. */ static gpg_error_t change_keyattr (app_t app, ctrl_t ctrl, |