From 59d5b4ce06473c428e184db8e1baa1416cfb24f4 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 20 Jun 2014 23:04:39 +0200 Subject: opts: fixed some typos --- docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3') diff --git a/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 b/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 index 23233f8e3..9ab175da3 100644 --- a/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 +++ b/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 @@ -75,7 +75,7 @@ server-specified timeout) should send use an empty GET_PARAMETER request. .IP CURL_RTSPREQ_SET_PARAMETER Set a parameter on the server. By default, libcurl will automatically include a \fIContent-Type: text/parameters\fP header unless a custom one is set. The -interaction with SET_PARAMTER is much like a HTTP PUT or POST. An application +interaction with SET_PARAMETER is much like a HTTP PUT or POST. An application may either use \fICURLOPT_UPLOAD(3)\fP with \fICURLOPT_READDATA(3)\fP like a HTTP PUT, or it may use \fICURLOPT_POSTFIELDS(3)\fP like a HTTP POST. No chunked transfers are allowed, so the application must set the -- cgit v1.2.3