summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/X509_verify_cert.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_verify_cert.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/X509_verify_cert.pod')
-rw-r--r--src/lib/libcrypto/doc/X509_verify_cert.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/X509_verify_cert.pod b/src/lib/libcrypto/doc/X509_verify_cert.pod
index 5253bdcd70..f05edd8333 100644
--- a/src/lib/libcrypto/doc/X509_verify_cert.pod
+++ b/src/lib/libcrypto/doc/X509_verify_cert.pod
@@ -2,7 +2,7 @@
2 2
3=head1 NAME 3=head1 NAME
4 4
5X509_verify_cert - discover and verify X509 certificte chain 5X509_verify_cert - discover and verify X509 certificate chain
6 6
7=head1 SYNOPSIS 7=head1 SYNOPSIS
8 8
@@ -40,7 +40,7 @@ for <= 0 return value on error.
40=head1 BUGS 40=head1 BUGS
41 41
42This function uses the header B<x509.h> as opposed to most chain verification 42This function uses the header B<x509.h> as opposed to most chain verification
43functiosn which use B<x509_vfy.h>. 43functions which use B<x509_vfy.h>.
44 44
45=head1 SEE ALSO 45=head1 SEE ALSO
46 46