diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2017-08-12 13:37:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-12 14:56:37 +0200 |
commit | a6fdf117716d523f0cb252cde8b35e72f19df9e8 (patch) | |
tree | aa6ec7ddf8002e5278215b8743e8fe0ce9310375 | |
parent | 34f24fef4a8c8df620912c00cc11329b591ab419 (diff) |
docs: fix typo funtion -> function
Closes #1770
-rw-r--r-- | docs/libcurl/curl_easy_escape.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index c8b7b6a4b..2f9192e10 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -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 |