summaryrefslogtreecommitdiffstats
path: root/doc/man3/X509_cmp_time.pod
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-05-08 12:32:12 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-05-09 17:15:58 +0200
commit7f35627c7943c213f7f8555d13b83288cccd5fc9 (patch)
tree7910e7be3a2e83ba321f8e476e70591c873cb1fe /doc/man3/X509_cmp_time.pod
parent60845a0aa4e54f2973bc178daa5ed475ea4e148d (diff)
Fix typos in x509 documentation
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6207)
Diffstat (limited to 'doc/man3/X509_cmp_time.pod')
-rw-r--r--doc/man3/X509_cmp_time.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_cmp_time.pod b/doc/man3/X509_cmp_time.pod
index 911814ed8f..4b5cb67555 100644
--- a/doc/man3/X509_cmp_time.pod
+++ b/doc/man3/X509_cmp_time.pod
@@ -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