diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_verify_cert.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-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.pod | 4 |
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 | ||
5 | X509_verify_cert - discover and verify X509 certificte chain | 5 | X509_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 | ||
42 | This function uses the header B<x509.h> as opposed to most chain verification | 42 | This function uses the header B<x509.h> as opposed to most chain verification |
43 | functiosn which use B<x509_vfy.h>. | 43 | functions which use B<x509_vfy.h>. |
44 | 44 | ||
45 | =head1 SEE ALSO | 45 | =head1 SEE ALSO |
46 | 46 | ||