summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_global_cleanup.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_global_cleanup.3')
-rw-r--r--docs/libcurl/curl_global_cleanup.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_global_cleanup.3 b/docs/libcurl/curl_global_cleanup.3
index 7f3971e4e..cc0f83ac6 100644
--- a/docs/libcurl/curl_global_cleanup.3
+++ b/docs/libcurl/curl_global_cleanup.3
@@ -35,7 +35,7 @@ You should call \fIcurl_global_cleanup(3)\fP once for each call you make to
\fBThis function is not thread safe.\fP You must not call it when any other
thread in the program (i.e. a thread sharing the same memory) is running.
-This does not just mean no other thread that is using libcurl. Because
+This does not just mean no other thread that is using libcurl. Because
\fIcurl_global_cleanup(3)\fP calls functions of other libraries that are
similarly thread unsafe, it could conflict with any other thread that uses
these other libraries.