]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released"
authorSamuel Henrique <samueloph@debian.org>
Mon, 31 Jan 2022 19:44:58 +0000 (19:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jan 2022 21:43:30 +0000 (22:43 +0100)
Found when packaging 7.81.0 for Debian.

Closes #8364

docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3

index c58d28a1c36625e549de61e6c50a08d95afe06be..81a2a509c9380a013e386894d1229b2688deca5d 100644 (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: