summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-12-12 17:47:52 +0100
committerWerner Koch <wk@gnupg.org>2007-12-12 17:47:52 +0100
commit56bd419029acdd034af6b51b543675700201c7fe (patch)
treed4554573a8aa1234aeb9954db6f83121aaba1ce2 /tools
parentSupport DSA2. (diff)
downloadgnupg2-56bd419029acdd034af6b51b543675700201c7fe.tar.xz
gnupg2-56bd419029acdd034af6b51b543675700201c7fe.zip
Doc fixes.
Add more files to POTFILES. Protect against malloc bombs.
Diffstat (limited to 'tools')
-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;