docs: fix typo funtion -> function

Closes #1770
This commit is contained in:
Alessandro Ghedini 2017-08-12 13:37:50 +01:00 committed by Daniel Stenberg
parent 34f24fef4a
commit a6fdf11771
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ encoding the application or the receiving server may assume that the data
uses.
The caller of \fIcurl_easy_escape(3)\fP must make sure that the data passed in
to the funtion is encoded correctly.
to the function is encoded correctly.
.SH AVAILABILITY
Added in 7.15.4 and replaces the old \fIcurl_escape(3)\fP function.
.SH RETURN VALUE