From b3de1ca93732dd48c4828a37bc6ee3b002f18c6c Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 5 Nov 2024 00:19:10 +0100 Subject: pthread_cancel.3: tfix Reported-by: Jona Christopher Sahnwaldt Signed-off-by: Alejandro Colomar --- man/man3/pthread_cancel.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man3') diff --git a/man/man3/pthread_cancel.3 b/man/man3/pthread_cancel.3 index abdf072208..acd23517d9 100644 --- a/man/man3/pthread_cancel.3 +++ b/man/man3/pthread_cancel.3 @@ -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 -- cgit 1.2.3-korg