]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix spelling mistake in d2i_PrivateKey.pod
authorShane Lontis <shane.lontis@oracle.com>
Sun, 23 May 2021 06:49:48 +0000 (16:49 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 27 May 2021 08:51:36 +0000 (18:51 +1000)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15423)

doc/man3/d2i_PrivateKey.pod

index 38c3d748cc92b4b0d577b61a2f1be895f557dd45..eb34a1386f3f17e7472e5d4865166aa1c946970f 100644 (file)
@@ -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<d2i_X509(3)>.
 i2d_PrivateKey_bio() and i2d_PrivateKey_fp() do the same thing except that they
-encode to a B<BIO> or B<FILE> respectrively. Again, these work similarly to the
+encode to a B<BIO> or B<FILE> respectively. Again, these work similarly to the
 functions described in L<d2i_X509(3)>.
 
 =head1 NOTES