aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2014-05-14 22:49:30 +0100
committerMatt Caswell <matt@openssl.org>2014-05-14 22:49:30 +0100
commit2af071c0bc3f5573574ccf8927dbf60f47c81df5 (patch)
treede4d0a55e285ccc5af9de092b194e67457aeeaa1
parent18c4f522f49eb54a61bada6d39a8b137b6751f01 (diff)
downloadopenssl-2af071c0bc3f5573574ccf8927dbf60f47c81df5.tar.gz
Fix grammar error in verify pod. PR#3355
-rw-r--r--doc/apps/verify.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index da683004bd..5d3437f2ea 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -386,7 +386,7 @@ an application specific error. Unused.
=head1 BUGS
-Although the issuer checks are a considerably improvement over the old technique they still
+Although the issuer checks are a considerable improvement over the old technique they still
suffer from limitations in the underlying X509_LOOKUP API. One consequence of this is that
trusted certificates with matching subject name must either appear in a file (as specified by the
B<-CAfile> option) or a directory (as specified by B<-CApath>. If they occur in both then only