Commit d78e642f28 for openssl.org
commit d78e642f288a38a057b242ef481914deeead7b6c
Author: Sashan <anedvedicky@gmail.com>
Date: Tue Dec 16 10:50:53 2025 +0100
Update doc/man3/OPENSSL_init_crypto.pod
Co-authored-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29385)
diff --git a/doc/man3/OPENSSL_init_crypto.pod b/doc/man3/OPENSSL_init_crypto.pod
index 6d9628054d..e4c8c84a44 100644
--- a/doc/man3/OPENSSL_init_crypto.pod
+++ b/doc/man3/OPENSSL_init_crypto.pod
@@ -155,7 +155,7 @@ OpenSSL error strings will not be available, only an error code. This code can
be put through the openssl errstr command line application to produce a human
readable error (see L<openssl-errstr(1)>).
-The OPENSSL_atexit() is a wrapper on atexit(3) provided by platform's libc.
+The OPENSSL_atexit() is a wrapper on atexit(3) provided by the platform's libc.
The OPENSSL_thread_stop_ex() function deallocates resources associated
with the current thread for the given OSSL_LIB_CTX B<ctx>. The B<ctx> parameter