summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2017-08-12 13:37:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-08-12 14:56:37 +0200
commita6fdf117716d523f0cb252cde8b35e72f19df9e8 (patch)
treeaa6ec7ddf8002e5278215b8743e8fe0ce9310375
parent34f24fef4a8c8df620912c00cc11329b591ab419 (diff)
downloadcurl-a6fdf117716d523f0cb252cde8b35e72f19df9e8.tar.gz
docs: fix typo funtion -> function
Closes #1770
-rw-r--r--docs/libcurl/curl_easy_escape.32
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