Update X509_STORE_new.pod
authorSambit Kumar Dash <sambitdash@gmail.com>
Thu, 2 May 2019 18:23:04 +0000 (23:53 +0530)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 31 May 2019 10:23:58 +0000 (12:23 +0200)
Minor typo.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8866)

doc/man3/X509_STORE_new.pod

index 1ef3a71b796f9be1a3de93bcabdd17e1095e62f9..ccc3b060615374d89d9eab59f73379d15ebfa224 100644 (file)
@@ -23,7 +23,7 @@ X509_STORE_up_ref() increments the reference count associated with the
 X509_STORE object.
 
 X509_STORE_lock() locks the store from modification by other threads,
-X509_STORE_unlock() locks it.
+X509_STORE_unlock() unlocks it.
 
 X509_STORE_free() frees up a single X509_STORE object.