diff options
author | Askar Safin <safinaskar@mail.ru> | 2014-08-29 14:45:36 +0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-29 16:41:11 +0200 |
commit | c9a981778d69b7d30a238849f54dbd5eb6ba15bc (patch) | |
tree | 4d0f5ae40c09656138ad31f022f3928fc1cd9f09 /docs | |
parent | 367b78473897b6eb72593cd55191077951a69487 (diff) |
libcurl.3: Typo fixed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/libcurl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index 4cb687d23..809375948 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -40,7 +40,7 @@ details. To transfer files, you create an "easy handle" using \fIcurl_easy_init(3)\fP for a single individual transfer (in either direction). You then set your -desired set of options in that handle with \fIcurk_easy_setopt(3)\fP. Options +desired set of options in that handle with \fIcurl_easy_setopt(3)\fP. Options you set with \fIcurl_easy_setopt(3)\fP stick. They will be used on every repeated use of this handle until you either change the option, or you reset them all with \fIcurl_easy_reset(3)\fP. |