summaryrefslogtreecommitdiffstats
path: root/doc
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:59:48 +0100
commit1f5e321ec13562b4eb397520f6c1e5779de67244 (patch)
treee3f81cad4f150f0105416acbff406d199b1fc488 /doc
parentb6adb6ef581684ef2ceda2a9ef1a6e8d91b15c8c (diff)
Fix grammar error in verify pod. PR#3355
Diffstat (limited to 'doc')
-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