summaryrefslogtreecommitdiffstats
path: root/common/xreadline.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-08-14 16:40:07 +0200
committerWerner Koch <wk@gnupg.org>2006-08-14 16:40:07 +0200
commit5be40e9fadbd3c5366c622d67bfc18278cf81d01 (patch)
treec2d195b31f6b9d0ed62b633fc84881bce218a756 /common/xreadline.c
parentAdded http.c from 1.4. (diff)
downloadgnupg2-5be40e9fadbd3c5366c622d67bfc18278cf81d01.tar.xz
gnupg2-5be40e9fadbd3c5366c622d67bfc18278cf81d01.zip
Changed HTTP API.
Diffstat (limited to 'common/xreadline.c')
-rw-r--r--common/xreadline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/xreadline.c b/common/xreadline.c
index 8400df330..7e091e9dd 100644
--- a/common/xreadline.c
+++ b/common/xreadline.c
@@ -40,8 +40,8 @@
memory was enable and ERRNO is set accordingly.
If a line has been truncated, the file pointer is moved forward to
- the end of the line so that the next read start with the next
- line. Note that MAX_LENGTH must be re-initialzied in this case..
+ the end of the line so that the next read starts with the next
+ line. Note that MAX_LENGTH must be re-initialzied in this case.
Note: The returned buffer is allocated with enough extra space to
append a CR,LF,Nul