provider-keymgmt.pod: fix typo
authorrilysh <nightquick@proton.me>
Fri, 29 Dec 2023 07:30:56 +0000 (02:30 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Jan 2024 12:14:57 +0000 (13:14 +0100)
Fix a typo from asymmmetric to asymmetric

CLA: trivial

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23164)

(cherry picked from commit cf8fea86f73c4606f132133cb34c07f8dad42482)

doc/man7/provider-keymgmt.pod

index c6399b8373b99bd38f047c80c0a6f8de87fd47ff..57722bff8816ecd691c5f69fe02870b6717087dc 100644 (file)
@@ -360,7 +360,7 @@ length is specific to the key cryptosystem.
 
 The value should be the maximum size that a caller should allocate to
 safely store a signature (called I<sig> in L<provider-signature(7)>),
-the result of asymmmetric encryption / decryption (I<out> in
+the result of asymmetric encryption / decryption (I<out> in
 L<provider-asym_cipher(7)>, a derived secret (I<secret> in
 L<provider-keyexch(7)>, and similar data).