From: Askar Safin Date: Fri, 29 Aug 2014 10:45:36 +0000 (+0400) Subject: libcurl.3: Typo fixed X-Git-Tag: curl-7_38_0~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9a981778d69b7d30a238849f54dbd5eb6ba15bc;p=thirdparty%2Fcurl.git libcurl.3: Typo fixed --- diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index 4cb687d237..809375948b 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.