From 56bd419029acdd034af6b51b543675700201c7fe Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 12 Dec 2007 16:47:52 +0000 Subject: Doc fixes. Add more files to POTFILES. Protect against malloc bombs. --- tools/gpg-connect-agent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gpg-connect-agent.c') 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; -- cgit v1.2.3