summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-05-09 14:49:59 +0200
committerWerner Koch <wk@gnupg.org>2019-05-09 14:50:41 +0200
commit7098e4ce198d70361fb160fabeced7453c76e6b2 (patch)
tree14af3c4faf03a69ae58086de5326444ca09d2199 /agent
parentagent: If a Label is make sure that label is part of the prompt. (diff)
downloadgnupg2-7098e4ce198d70361fb160fabeced7453c76e6b2.tar.xz
gnupg2-7098e4ce198d70361fb160fabeced7453c76e6b2.zip
dirmngr: Add a CSRF expection for pm.me
-- Also comment typo fix.
Diffstat (limited to 'agent')
-rw-r--r--agent/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/command.c b/agent/command.c
index 9bb6fa306..6efd1bff2 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -1258,8 +1258,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)
{