From 77f71d6c26b96facfe18fcb22d8e5275c92312b8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:54:15 +0100 Subject: Fix typo found by codespell in openssl-3.2 Only modify doc/man* in the openssl-3.2 branch. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23583) --- doc/internal/man3/ossl_method_construct.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/internal') 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. The method to be looked up should be identified with data found in I (which is the I 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 may be given as a search criterion, to narrow down the search of a method belonging to just one provider. -- cgit v1.2.3