]> granicus.if.org Git - curl/commitdiff
curl_easy_setopt: fix typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Jul 2012 22:29:39 +0000 (00:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Jul 2012 22:29:39 +0000 (00:29 +0200)
Reported by: Santhana Todatry

docs/libcurl/curl_easy_setopt.3

index 710df3e84d26531b8d75a2d980ab7d0f6bbe4a09..25a7d5e68f85ea498ce8960e05a31b75c19c8138 100644 (file)
@@ -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