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:18 +0100
commitcb8044f032e0cb1fe228f3182b4a5a02b1134701 (patch)
tree5f01ce358d2b1769d4efc9d2dfa202fa1b9a50ed /doc
parent7bca2646b5d8c53e07182f9b9fed86deb6c62929 (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 336098f1e3..f249225be1 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