summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-10-19 16:51:39 +0200
committerWerner Koch <wk@gnupg.org>2007-10-19 16:51:39 +0200
commit259a40c830a89148d67cadbbabac77027c446af0 (patch)
tree6eb9450406c6c968867537255a8ea595c07795ee /common
parentFixed bug 842 (segv in gpgconf) (diff)
downloadgnupg2-259a40c830a89148d67cadbbabac77027c446af0.tar.xz
gnupg2-259a40c830a89148d67cadbbabac77027c446af0.zip
Enhanced gpg-conect-agent scripting.
Typo fixes in comments.
Diffstat (limited to 'common')
-rw-r--r--common/xreadline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xreadline.c b/common/xreadline.c
index 2b640b3ab..ab43c292a 100644
--- a/common/xreadline.c
+++ b/common/xreadline.c
@@ -33,7 +33,7 @@
maximum allowed allocation.
Returns the length of the line. EOF is indicated by a line of
- length zero. A truncated line is indicated my setting the value at
+ length zero. A truncated line is indicated by setting the value at
MAX_LENGTH to 0. If the returned value is less then 0 not enough
memory was enable and ERRNO is set accordingly.