summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_CMP_SRV_CTX_new.pod
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-12-22 14:06:24 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-29 10:13:01 +0100
commit7deb2b433a08706337d8520793702f78765ecf90 (patch)
treed8a97d56d875286bf01a9931320752ba55496266 /doc/man3/OSSL_CMP_SRV_CTX_new.pod
parentFix new typos found by codespell (diff)
downloadopenssl-7deb2b433a08706337d8520793702f78765ecf90.tar.xz
openssl-7deb2b433a08706337d8520793702f78765ecf90.zip
Fix typos found by codespell in man pages
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23131)
Diffstat (limited to 'doc/man3/OSSL_CMP_SRV_CTX_new.pod')
-rw-r--r--doc/man3/OSSL_CMP_SRV_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_CMP_SRV_CTX_new.pod b/doc/man3/OSSL_CMP_SRV_CTX_new.pod
index 66d722c291..d1fd7e83b1 100644
--- a/doc/man3/OSSL_CMP_SRV_CTX_new.pod
+++ b/doc/man3/OSSL_CMP_SRV_CTX_new.pod
@@ -127,7 +127,7 @@ OSSL_CMP_SRV_CTX_init_trans() sets in I<srv_ctx> the optional callback
functions for initiating delayed delivery and cleaning up a transaction.
If the <delay> function is NULL then delivery of responses is never delayed.
Otherwise I<delay> takes a custom server context and a request message as input.
-It must return 1 if delivery of the respecive response shall be delayed,
+It must return 1 if delivery of the respective response shall be delayed,
0 if not, and -1 on error.
If the <clean> function is NULL then no specific cleanup is performed.
Otherwise I<clean> takes a custom server context and a transaction ID pointer