]> granicus.if.org Git - curl/commitdiff
docs: fix typo funtion -> function
authorAlessandro Ghedini <alessandro@ghedini.me>
Sat, 12 Aug 2017 12:37:50 +0000 (13:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Aug 2017 12:56:37 +0000 (14:56 +0200)
Closes #1770

docs/libcurl/curl_easy_escape.3

index c8b7b6a4b1d815a18a91b6438e04834513886300..2f9192e107b9ae7a4879d09d179564085bdd4dac 100644 (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