From 3257179b7a9a9430c5b54fe0321fdc6862f91345 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Sun, 23 May 2021 16:49:48 +1000 Subject: [PATCH] Fix spelling mistake in d2i_PrivateKey.pod Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15423) --- doc/man3/d2i_PrivateKey.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/d2i_PrivateKey.pod b/doc/man3/d2i_PrivateKey.pod index 38c3d748cc..eb34a1386f 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 -- 2.39.5