aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-24 21:40:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-24 21:40:45 +0000
commit4b78b4124eee95c42f05e9c3df9ca798a0318db9 (patch)
tree4b16f53a39aa6d5bfde619c756004acf93000ad3 /docs/libcurl/libcurl.3
parent0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff)
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/libcurl.3')
-rw-r--r--docs/libcurl/libcurl.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3
index 54c7d0a54..632bcdf61 100644
--- a/docs/libcurl/libcurl.3
+++ b/docs/libcurl/libcurl.3
@@ -21,8 +21,8 @@ libcurl is complete, it \fBmust\fP call \fIcurl_global_cleanup(3)\fP. In
between those two calls, you can use libcurl as described below.
To transfer files, you always set up an "easy handle" using
-\fIcurl_easy_init(3)\fP, but when you want the file(s) transfered you have the
-option of using the "easy" interface, or the "multi" interface.
+\fIcurl_easy_init(3)\fP, but when you want the file(s) transferred you have
+the option of using the "easy" interface, or the "multi" interface.
The easy interface is a synchronous interface with which you call
\fIcurl_easy_perform(3)\fP and let it perform the transfer. When it is
@@ -30,7 +30,7 @@ completed, the function return and you can continue. More details are found in
the \fIlibcurl-easy(3)\fP man page.
The multi interface on the other hand is an asynchronous interface, that you
-call and that performs only a little piece of the tranfer on each invoke. It
+call and that performs only a little piece of the transfer on each invoke. It
is perfect if you want to do things while the transfer is in progress, or
similar. The multi interface allows you to select() on libcurl action, and
even to easily download multiple files simultaneously using a single thread.
@@ -56,7 +56,7 @@ portable environment variable reader
get information about a performed transfer
.TP
.B curl_formadd()
-helps building a HTTP form POST
+helps building an HTTP form POST
.TP
.B curl_formfree()
free a list built with \fIcurl_formadd(3)\fP