]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/CRYPTO_THREAD_run_once.pod
Fixed typo in CRYPTO_THREAD_run_once.pod
[thirdparty/openssl.git] / 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 *