diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpg-connect-agent.c | 4 |
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; |