From: Shane Lontis Date: Sun, 23 May 2021 06:49:48 +0000 (+1000) Subject: Fix spelling mistake in d2i_PrivateKey.pod X-Git-Tag: openssl-3.0.0-beta1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3257179b7a9a9430c5b54fe0321fdc6862f91345;p=thirdparty%2Fopenssl.git Fix spelling mistake in d2i_PrivateKey.pod Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15423) --- diff --git a/doc/man3/d2i_PrivateKey.pod b/doc/man3/d2i_PrivateKey.pod index 38c3d748cc9..eb34a1386f3 100644 --- a/doc/man3/d2i_PrivateKey.pod +++ b/doc/man3/d2i_PrivateKey.pod @@ -81,7 +81,7 @@ i2d_PublicKey() does the same for public keys. i2d_KeyParams() does the same for key parameters. These functions are similar to the d2i_X509() functions; see L. i2d_PrivateKey_bio() and i2d_PrivateKey_fp() do the same thing except that they -encode to a B or B respectrively. Again, these work similarly to the +encode to a B or B respectively. Again, these work similarly to the functions described in L. =head1 NOTES