1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

CURLOPT_READDATA.3: fixed typo

This commit is contained in:
Dan Fandrich 2014-06-17 00:46:32 +02:00
parent c3c4fd2671
commit 4a2da38bed

View File

@ -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