summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_cleanup.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_cleanup.3')
-rw-r--r--docs/libcurl/curl_easy_cleanup.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3
index fb26c81af..3c3425624 100644
--- a/docs/libcurl/curl_easy_cleanup.3
+++ b/docs/libcurl/curl_easy_cleanup.3
@@ -34,7 +34,7 @@ same \fIhandle\fP as input that a \fIcurl_easy_init(3)\fP call returned.
This might close all connections this handle has used and possibly has kept
open until now - unless it was attached to a multi handle while doing the
-transfers. Don't call this function if you intend to transfer more files,
+transfers. Do not call this function if you intend to transfer more files,
re-using handles is a key to good performance with libcurl.
Occasionally you may get your progress callback or header callback called from