summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_STORE_LOADER.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/OSSL_STORE_LOADER.pod')
-rw-r--r--doc/man3/OSSL_STORE_LOADER.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_STORE_LOADER.pod b/doc/man3/OSSL_STORE_LOADER.pod
index 1503754114..c886142eed 100644
--- a/doc/man3/OSSL_STORE_LOADER.pod
+++ b/doc/man3/OSSL_STORE_LOADER.pod
@@ -95,7 +95,7 @@ manner possible according to the scheme the loader implements, it also
takes a B<UI_METHOD> and associated data, to be used any time
something needs to be prompted for.
Furthermore, this function is expected to initialize what needs to be
-initialized, to create a privata data store (B<OSSL_STORE_LOADER_CTX>, see
+initialized, to create a private data store (B<OSSL_STORE_LOADER_CTX>, see
above), and to return it.
If something goes wrong, this function is expected to return NULL.