aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-connect-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpg-connect-agent.c')
-rw-r--r--tools/gpg-connect-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c
index e0abaa9c9..57eed64f0 100644
--- a/tools/gpg-connect-agent.c
+++ b/tools/gpg-connect-agent.c
@@ -1690,8 +1690,8 @@ handle_inquire (assuan_context_t ctx, char *line)
if (*line)
*line++ = 0;
- /* Now match it against our list. he second loop is todetect the
- match all entry. **/
+ /* Now match it against our list. The second loop is there to
+ detect the match-all entry. */
for (d=definq_list; d; d = d->next)
if (d->name && !strcmp (d->name, name))
break;