]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
COMP_expand_block: spelling (algorithm)
authorSerge Croisé <SergeCroise@users.noreply.github.com>
Wed, 26 Oct 2022 23:52:56 +0000 (01:52 +0200)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:54:50 +0000 (07:54 +0000)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19509)

doc/man3/COMP_CTX_new.pod

index bf9973f4d2eb4bcea35328995842f3528270cdba..f73df521e8d61563e4dcaa8d9435748dbfde9367 100644 (file)
@@ -66,7 +66,7 @@ COMP_compress_block() compresses b<ilen> bytes from the buffer I<in> into the
 buffer b<out> of size I<olen> using the algorithm specified by I<ctx>.
 
 COMP_expand_block() expands I<ilen> bytes from the buffer I<in> into the
-buffer I<out> of size I<olen> using the lgorithm specified by I<ctx>.
+buffer I<out> of size I<olen> using the algorithm specified by I<ctx>.
 
 Methods (B<COMP_METHOD>) may be specified by one of these functions. These functions
 will be available even if their corresponding compression algorithm is not configured