summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/man3/X509_STORE_add_cert.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_STORE_add_cert.pod b/doc/man3/X509_STORE_add_cert.pod
index f53a345621..419690d3c0 100644
--- a/doc/man3/X509_STORE_add_cert.pod
+++ b/doc/man3/X509_STORE_add_cert.pod
@@ -115,7 +115,7 @@ X509_STORE_load_store() is similar to X509_STORE_load_store_ex() but
uses NULL for the library context I<libctx> and property query I<propq>.
X509_STORE_load_locations_ex() combines
-X509_STORE_load_file_ex() and X509_STORE_load_dir() for a given file
+X509_STORE_load_file_ex() and X509_STORE_load_path() for a given file
and/or directory path.
It is permitted to specify just a file, just a directory, or both
paths.