summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSambit Kumar Dash <sambitdash@gmail.com>2019-05-02 23:53:04 +0530
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-05-31 12:23:58 +0200
commit3527cfcf283d2ee2e14e85f8e432eb1bcc687dbe (patch)
tree78709623f105700d967acc0013a769bcb951ea1b
parent24626a47fb5fbb8b120e0ba696c8f173b9ad5d3c (diff)
Update X509_STORE_new.pod
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)
-rw-r--r--doc/man3/X509_STORE_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_STORE_new.pod b/doc/man3/X509_STORE_new.pod
index 1ef3a71b79..ccc3b06061 100644
--- a/doc/man3/X509_STORE_new.pod
+++ b/doc/man3/X509_STORE_new.pod
@@ -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.