summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-07-24 00:29:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-07-24 00:29:39 +0200
commit8a279d2275280c813b2f646e48129c93a9e863b0 (patch)
tree92c3e46794d154b235790a2120ce9344b532a0e9
parentc0f8340c7c5ead51ffc6c6297d465221181de4bd (diff)
downloadcurl-8a279d2275280c813b2f646e48129c93a9e863b0.tar.gz
curl_easy_setopt: fix typo
Reported by: Santhana Todatry
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 710df3e84..25a7d5e68 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