CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released"

Found when packaging 7.81.0 for Debian.

Closes #8364
This commit is contained in:
Samuel Henrique 2022-01-31 19:44:58 +00:00 committed by Daniel Stenberg
parent 3b16575ae9
commit 7e30252ec3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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: