From aa197f36a8868654418cb9b3a85ae56b8ecf7da5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Serge=20Crois=C3=A9?= Date: Thu, 27 Oct 2022 01:52:56 +0200 Subject: [PATCH] COMP_expand_block: spelling (algorithm) CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19509) --- doc/man3/COMP_CTX_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/COMP_CTX_new.pod b/doc/man3/COMP_CTX_new.pod index bf9973f4d2e..f73df521e8d 100644 --- a/doc/man3/COMP_CTX_new.pod +++ b/doc/man3/COMP_CTX_new.pod @@ -66,7 +66,7 @@ COMP_compress_block() compresses b bytes from the buffer I into the buffer b of size I using the algorithm specified by I. COMP_expand_block() expands I bytes from the buffer I into the -buffer I of size I using the lgorithm specified by I. +buffer I of size I using the algorithm specified by I. Methods (B) may be specified by one of these functions. These functions will be available even if their corresponding compression algorithm is not configured -- 2.47.3