Fix typos in x509 documentation
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 8 May 2018 10:32:12 +0000 (12:32 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 9 May 2018 15:15:58 +0000 (17:15 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6207)

doc/man3/X509_NAME_get_index_by_NID.pod
doc/man3/X509_cmp_time.pod

index 5579dabb7713d1ddbc32c7fb74719fbe6c31909c..283d0f29166909ea0d39b88c6c7c905c9ffa792d 100644 (file)
@@ -49,7 +49,7 @@ of space needed in B<buf> (excluding the final null) is returned.
 =head1 NOTES
 
 X509_NAME_get_text_by_NID() and X509_NAME_get_text_by_OBJ() should be
-considered deprecaated because they
+considered deprecated because they
 have various limitations which make them
 of minimal use in practice. They can only find the first matching
 entry and will copy the contents of the field verbatim: this can
index 911814ed8fbd38f6214edc537c546453384e5c06..4b5cb675559bddede01cd6ea41bcd8888d727a57 100644 (file)
@@ -46,7 +46,7 @@ X509_cmp_time() and X509_cmp_current_time() return -1 if B<asn1_time>
 is earlier than, or equal to, B<cmp_time> (resp. current time), and 1
 otherwise. These methods return 0 on error.
 
-X509_time_ad() and X509_time_adj_ex() return a pointer to the updated
+X509_time_adj() and X509_time_adj_ex() return a pointer to the updated
 ASN1_TIME structure, and NULL on error.
 
 =head1 COPYRIGHT