diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2015-06-08 14:22:54 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-08 13:43:31 +0200 |
commit | 56b7663f73d44bf4774bfb934befb7071ed41280 (patch) | |
tree | a3519bcdd6ab9a98ba36658555a8ef749787eed6 /docs/libcurl/opts | |
parent | 025dbe46df8385c3d0a76874758232e7eabc5013 (diff) |
docs: Spelling fixes
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 b/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 index abdbc3a87..4d0ff3da5 100644 --- a/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 +++ b/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 @@ -29,8 +29,8 @@ CURLOPT_CHUNK_DATA \- custom pointer to the FTP chunk callbacks CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CHUNK_DATA, void *pointer); .SH DESCRIPTION Pass a \fIpointer\fP that will be untouched by libcurl and passed as the ptr -argument to the \fICURL_CHUNK_BGN_FUNTION(3)\fP and -\fICURL_CHUNK_END_FUNTION(3)\fP. +argument to the \fICURL_CHUNK_BGN_FUNCTION(3)\fP and +\fICURL_CHUNK_END_FUNCTION(3)\fP. .SH DEFAULT NULL .SH PROTOCOLS |