From: Samuel Henrique Date: Mon, 31 Jan 2022 19:44:58 +0000 (+0000) Subject: CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released" X-Git-Tag: curl-7_82_0~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e30252ec34eb99c44b5bb8428e716b73ccbff4b;p=thirdparty%2Fcurl.git CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released" Found when packaging 7.81.0 for Debian. Closes #8364 --- diff --git a/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 b/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 index c58d28a1c3..81a2a509c9 100644 --- a/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 +++ b/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 @@ -34,7 +34,7 @@ CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_LOCKFUNC, lockcb); .SH DESCRIPTION Set a mutex lock callback for the share object, to allow it to get used by multiple threads concurrently. There's a corresponding -\fICURLSHOPT_UNLOCKFUNC(3)\fP callback called when the mutex is again relased. +\fICURLSHOPT_UNLOCKFUNC(3)\fP callback called when the mutex is again released. The \fIlockcb\fP argument must be a pointer to a function matching the prototype shown above. The arguments to the callback are: