Skip to content

Commit

Permalink
libcurl.3: Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
safinaskar authored and bagder committed Aug 29, 2014
1 parent 367b784 commit c9a9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/libcurl.3
Expand Up @@ -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.
Expand Down

0 comments on commit c9a9817

Please sign in to comment.