Hello! I found a typo while reading the documentation, and thought that submitting a patch would have been nice.
Hoping that helps,
>From 7728c29b486ecaa24bb597dcbf5a5f199c4eda4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michele=20Orr=C3=B9?= <[email protected]> Date: Sat, 22 Feb 2014 15:25:12 +0100 Subject: [PATCH] typo --- doc/crypto/X509_verify_cert.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/X509_verify_cert.pod b/doc/crypto/X509_verify_cert.pod index 5253bdc..7d05eec 100644 --- a/doc/crypto/X509_verify_cert.pod +++ b/doc/crypto/X509_verify_cert.pod @@ -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 -- 1.8.5.3
-- m.
