aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/d2i_X509_NAME.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/d2i_X509_NAME.pod')
-rw-r--r--doc/crypto/d2i_X509_NAME.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/d2i_X509_NAME.pod b/doc/crypto/d2i_X509_NAME.pod
index 343ffe1..fe0b6c0 100644
--- a/doc/crypto/d2i_X509_NAME.pod
+++ b/doc/crypto/d2i_X509_NAME.pod
@@ -17,7 +17,7 @@ These functions decode and encode an B<X509_NAME> structure which is the
the same as the B<Name> type defined in RFC2459 (and elsewhere) and used
for example in certificate subject and issuer names.
-Othewise the functions behave in a similar way to d2i_X509() and i2d_X509()
+Otherwise the functions behave in a similar way to d2i_X509() and i2d_X509()
described in the L<d2i_X509(3)|d2i_X509(3)> manual page.
=head1 SEE ALSO