Fixed typo in CRYPTO_THREAD_run_once.pod
authorsapph2c <arn4006@g.rit.edu>
Mon, 29 Apr 2024 23:07:15 +0000 (19:07 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 May 2024 13:21:26 +0000 (15:21 +0200)
CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24303)

doc/man3/CRYPTO_THREAD_run_once.pod

index 9d7eefb5d3802ef3edc5312d9181c213a0d91223..4fb3774484c3b95b02ca159e46b96109879cb677 100644 (file)
@@ -115,7 +115,7 @@ NULL, then the function will fail.
 
 CRYPTO_atomic_store() atomically stores the contents of I<val> into I<*dst>.
 I<lock> will be locked, unless atomic operations are supported on the specific
-plaform.
+platform.
 
 =item *