diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2013-06-22 15:21:19 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-22 18:28:18 +0200 |
commit | 832c195179f373917f87f5b135a2f38122ea8482 (patch) | |
tree | 36e4d160d86747d130a9eb2b18b3340c818a4533 | |
parent | 7877619f856a04af0519e92780b1d6674a8ff3f7 (diff) |
docs: fix typo in curl_easy_getinfo manpage
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 44e377b94..62d8ae482 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -232,7 +232,7 @@ Pass a pointer to a char pointer to receive a pointer to a string holding the most recent RTSP Session ID. Applications wishing to resume an RTSP session on another connection should -retreive this info before closing the active connection. +retrieve this info before closing the active connection. .IP CURLINFO_RTSP_CLIENT_CSEQ Pass a pointer to a long to receive the next CSeq that will be used by the application. @@ -244,7 +244,7 @@ by the application. unimplemented).\fP Applications wishing to resume an RTSP session on another connection should -retreive this info before closing the active connection. +retrieve this info before closing the active connection. .IP CURLINFO_RTSP_CSEQ_RECV Pass a pointer to a long to receive the most recently received CSeq from the server. If your application encounters a \fICURLE_RTSP_CSEQ_ERROR\fP then you |