diff options
author | Werner Koch <[email protected]> | 2019-05-09 12:49:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-05-09 12:51:49 +0000 |
commit | 7c4029110ab45d02e746ddcc13a87952ca0099f5 (patch) | |
tree | 655832bb7abb10f1be2f3cbb0886aff09d2651c3 /agent/command.c | |
parent | build: Sign all Windows binaries. (diff) | |
download | gnupg-7c4029110ab45d02e746ddcc13a87952ca0099f5.tar.gz gnupg-7c4029110ab45d02e746ddcc13a87952ca0099f5.zip |
dirmngr: Add a CSRF expection for pm.me
--
Also comment typo fix.
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/command.c b/agent/command.c index 4839ffebf..392c3783a 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1231,8 +1231,8 @@ do_one_keyinfo (ctrl_t ctrl, const unsigned char *grip, assuan_context_t ctx, } -/* Entry int for the command KEYINFO. This function handles the - command option processing. For details see hlp_keyinfo above. */ +/* Entry into the command KEYINFO. This function handles the + * command option processing. For details see hlp_keyinfo above. */ static gpg_error_t cmd_keyinfo (assuan_context_t ctx, char *line) { |