aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_perform.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/curl_multi_perform.3
parent0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff)
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/curl_multi_perform.3')
-rw-r--r--docs/libcurl/curl_multi_perform.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3
index 51c45aa93..263550df2 100644
--- a/docs/libcurl/curl_multi_perform.3
+++ b/docs/libcurl/curl_multi_perform.3
@@ -19,14 +19,14 @@ integer-pointer.
.SH "RETURN VALUE"
CURLMcode type, general libcurl multi interface error code.
-If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you
+If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basically means that you
should call \fIcurl_multi_perform\fP again, before you select() on more
actions. You don't have to do it immediately, but the return code means that
libcurl may have more data available to return or that there may be more data
to send off before it is "satisfied".
NOTE that this only returns errors etc regarding the whole multi stack. There
-might still have occurred problems on invidual transfers even when this
+might still have occurred problems on individual transfers even when this
function returns OK.
.SH "TYPICAL USAGE"
Most application will use \fIcurl_multi_fdset(3)\fP to get the multi_handle's