]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_key_create.3
man3/: Say cancelation instead of cancellation
[thirdparty/man-pages.git] / man3 / pthread_key_create.3
index ea89501a087f7e622a118a7ce07d2ea14ed994d5..ad8a397f4b274b2864d9574c69bea6f4dd0b944a 100644 (file)
@@ -59,7 +59,7 @@ is \fBNULL\fP in all currently executing threads.
 The \fIdestr_function\fP argument,
 if not \fBNULL\fP,
 specifies a destructor function associated with the key.
-When a thread terminates via \fBpthread_exit\fP or by cancellation,
+When a thread terminates via \fBpthread_exit\fP or by cancelation,
 \fIdestr_function\fP is called with arguments
 the value associated with the key in that thread.
 The \fIdestr_function\fP is not called if that value is \fBNULL\fP.