summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-03-07 14:01:05 -0500
committerRich Salz <rsalz@openssl.org>2018-03-07 14:01:05 -0500
commit5ff554cfd2c2b20f9f8c4b0f4c2a61c4e35379f1 (patch)
treeb7d921062779ff8527664a83044657c3e69faff8 /doc
parent3b5e5172007d5eb30cec4269a0f763c9632afd06 (diff)
Corrected two typos in a man page
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5542)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/ADMISSIONS.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/ADMISSIONS.pod b/doc/man3/ADMISSIONS.pod
index c38ad040ef..5dcf72e201 100644
--- a/doc/man3/ADMISSIONS.pod
+++ b/doc/man3/ADMISSIONS.pod
@@ -99,10 +99,10 @@ The B<PROFESSION_INFOS>, B<ADMISSION_SYNTAX>, B<ADMISSIONS>, and
B<PROFESSION_INFO> types are opaque structures representing the
analogous types defined in the Common PKI Specification published
by L<https://www.t7ev.org>.
-Knowledge of those strutures and their semantics is assumed.
+Knowledge of those structures and their semantics is assumed.
The conventional routines to convert between DER and the local format
-are desribed in L<d2i_X509(3)>.
+are described in L<d2i_X509(3)>.
The conventional routines to allocate and free the types are defined
in L<X509_dup(3)>.