summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-21 06:07:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-21 06:07:41 +0000
commite3bdb98f7a07ca7c8c12b4d7960936398e6b73d4 (patch)
tree7581f7535fda7576535edf8aba6561a99e6863b6
parent58d628c9f8bc682480b8fe576d89abc83d329317 (diff)
downloadgnurl-e3bdb98f7a07ca7c8c12b4d7960936398e6b73d4.tar.gz
gnurl-e3bdb98f7a07ca7c8c12b4d7960936398e6b73d4.tar.bz2
gnurl-e3bdb98f7a07ca7c8c12b4d7960936398e6b73d4.zip
oops, broken sentence fixed:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
-rw-r--r--docs/libcurl/libcurl-tutorial.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3
index 1610fa559..0a0a5f095 100644
--- a/docs/libcurl/libcurl-tutorial.3
+++ b/docs/libcurl/libcurl-tutorial.3
@@ -243,7 +243,7 @@ where it'll store a human readable error message as well.
If you then want to transfer another file, the handle is ready to be used
again. Mind you, it is even preferred that you re-use an existing handle if
you intend to make another transfer. libcurl will then attempt to re-use the
-previous
+previous connection.
.SH "Multi-threading Issues"
The first basic rule is that you must \fBnever\fP share a libcurl handle (be