From: Daniel Stenberg Date: Mon, 23 Jul 2012 22:29:39 +0000 (+0200) Subject: curl_easy_setopt: fix typo X-Git-Tag: upstream/7.37.1~2736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a279d2275280c813b2f646e48129c93a9e863b0;p=platform%2Fupstream%2Fcurl.git curl_easy_setopt: fix typo Reported by: Santhana Todatry --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 710df3e..25a7d5e 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -69,7 +69,7 @@ output. This is only relevant for protocols that actually have headers preceding the data (like HTTP). .IP CURLOPT_NOPROGRESS Pass a long. If set to 1, it tells the library to shut off the progress meter -completely. It will also present the \fICURLOPT_PROGRESSFUNCTION\fP from +completely. It will also prevent the \fICURLOPT_PROGRESSFUNCTION\fP from getting called. Future versions of libcurl are likely to not have any built-in progress meter