]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo found by codespell in openssl-3.2
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Wed, 14 Feb 2024 08:54:15 +0000 (09:54 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 Feb 2024 11:22:35 +0000 (12:22 +0100)
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)

doc/internal/man3/ossl_method_construct.pod

index 3683798b06b49b8c65b7a7592d7a8cc0c05b0c92..603930dc1f694eb145f622786a2885963fea5ea4 100644 (file)
@@ -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.