aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-17 00:46:32 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-17 00:47:25 +0200
commit4a2da38bedcd9f6057409c1f6f3202ceae1f5881 (patch)
tree27375788278d244ab68fc033be6643d2bc0ce1fc /docs/libcurl
parentc3c4fd267137a666606562c9e34a26cbc3b9a56a (diff)
CURLOPT_READDATA.3: fixed typo
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/opts/CURLOPT_READDATA.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_READDATA.3 b/docs/libcurl/opts/CURLOPT_READDATA.3
index 8a281d284..db666316e 100644
--- a/docs/libcurl/opts/CURLOPT_READDATA.3
+++ b/docs/libcurl/opts/CURLOPT_READDATA.3
@@ -40,7 +40,7 @@ If you're using libcurl as a win32 DLL, you MUST use a
.SH DEFAULT
By default, this is a FILE * to stdin.
.SH PROTOCOLS
-This is used for all protocls when sending data.
+This is used for all protocols when sending data.
.SH EXAMPLE
TODO
.SH AVAILABILITY