summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-02-14 09:54:15 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-19 12:22:35 +0100
commit77f71d6c26b96facfe18fcb22d8e5275c92312b8 (patch)
tree95c005cffd9442ee2423c700234f0a9184699da4 /doc/internal
parenta5343e48b575f48431def9b84ff20ef901076619 (diff)
Fix typo found by codespell in openssl-3.2
Only modify doc/man* in the openssl-3.2 branch. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23583)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/ossl_method_construct.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/ossl_method_construct.pod b/doc/internal/man3/ossl_method_construct.pod
index 3683798b06..603930dc1f 100644
--- a/doc/internal/man3/ossl_method_construct.pod
+++ b/doc/internal/man3/ossl_method_construct.pod
@@ -93,7 +93,7 @@ This default store should be stored in the library context I<libctx>.
The method to be looked up should be identified with data found in I<data>
(which is the I<mcm_data> that was passed to ossl_construct_method()).
In other words, the ossl_method_construct() caller is entirely responsible
-for ensuring the necesssary data is made available.
+for ensuring the necessary data is made available.
Optionally, I<prov> may be given as a search criterion, to narrow down the
search of a method belonging to just one provider.