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 23:00:57 +0100
commit9658c634a2fef064cebb52b358ee20e27a5a7635 (patch)
treeae7f292e2f387c9f75a73c0668eff2ab773d8ea6 /doc
parent7ee8b27267ef99009aebb27bb0c0c8d283f749de (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 31875773e3..3985d2c579 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -317,7 +317,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