summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto/X509_verify_cert.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/doc/crypto/X509_verify_cert.pod')
-rw-r--r--lib/libssl/src/doc/crypto/X509_verify_cert.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/X509_verify_cert.pod b/lib/libssl/src/doc/crypto/X509_verify_cert.pod
index 5253bdcd707..f05edd83338 100644
--- a/lib/libssl/src/doc/crypto/X509_verify_cert.pod
+++ b/lib/libssl/src/doc/crypto/X509_verify_cert.pod
@@ -2,7 +2,7 @@
=head1 NAME
-X509_verify_cert - discover and verify X509 certificte chain
+X509_verify_cert - discover and verify X509 certificate chain
=head1 SYNOPSIS
@@ -40,7 +40,7 @@ for <= 0 return value on error.
=head1 BUGS
This function uses the header B<x509.h> as opposed to most chain verification
-functiosn which use B<x509_vfy.h>.
+functions which use B<x509_vfy.h>.
=head1 SEE ALSO