From: Serge Croisé Date: Wed, 26 Oct 2022 23:52:56 +0000 (+0200) Subject: COMP_expand_block: spelling (algorithm) X-Git-Tag: openssl-3.2.0-alpha1~1741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa197f36a8868654418cb9b3a85ae56b8ecf7da5;p=thirdparty%2Fopenssl.git 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) --- 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