diff options
Diffstat (limited to '')
-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 | ||