aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-14 09:55:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-14 09:55:00 +0000
commit75194373e0ed5856821dbcd06bcadeff44925331 (patch)
tree78c614c15c8f3bc58ca10e3e1f8abe65087fd442 /docs/libcurl
parentf3875048f69a1b2cd40b356e307ca772789afc4e (diff)
language
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 0aff920be..1d17ebb8e 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -22,8 +22,8 @@ curl_easy_setopt() calls in the setup phase.
\fBNOTE:\fP strings passed to libcurl as 'char *' arguments, will not be
copied by the library. Instead you should keep them available until libcurl no
longer needs them. Failing to do so will cause very odd behavior or even
-crashes. libcurl will them until you call curl_easy_cleanup() or you set the
-same option again to use a different pointer.
+crashes. libcurl will need them until you call curl_easy_cleanup() or you set
+the same option again to use a different pointer.
\fBNOTE2:\fP options set with this function call are valid for the forthcoming
data transfers that are performed when you invoke \fIcurl_easy_perform\fP.