]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_cancel.3: tfix
authorAlejandro Colomar <alx@kernel.org>
Mon, 4 Nov 2024 23:19:10 +0000 (00:19 +0100)
committerAlejandro Colomar <alx@kernel.org>
Mon, 4 Nov 2024 23:19:10 +0000 (00:19 +0100)
Reported-by: Jona Christopher Sahnwaldt <jcsahnwaldt@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/pthread_cancel.3

index abdf072208ddd75f139fb4bcafa8c393ae8e3ad4..acd23517d97c42066fae721cdd029646bfd3441d 100644 (file)
@@ -57,7 +57,7 @@ the thread next calls a function that is a
 A list of functions that are or may be cancelation points is provided in
 .BR pthreads (7).
 .P
-When a cancelation requested is acted on, the following steps occur for
+When a cancelation request is acted on, the following steps occur for
 .I thread
 (in this order):
 .IP (1) 5