summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 09:29:52 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:43 -0400
commit4c583c36596cd86feebd983b0313733fe9870500 (patch)
tree16a2a77a8c3b319b9f3d64bb70a5200135fe0a2e /doc/apps/req.pod
parent186bb90705f848806783de512b3df6872552b304 (diff)
Fixes some typos in doc/apps/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index eb840be87f..9e8e1abf64 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -153,7 +153,7 @@ the default key size, specified in the configuration file is used.
All other algorithms support the B<-newkey alg:file> form, where file may be
an algorithm parameter file, created by the B<genpkey -genparam> command
-or and X.509 certificate for a key with approriate algorithm.
+or and X.509 certificate for a key with appropriate algorithm.
B<param:file> generates a key using the parameter file or certificate B<file>,
the algorithm is determined by the parameters. B<algname:file> use algorithm
@@ -278,7 +278,7 @@ set multiple options. See the L<x509(1)|x509(1)> manual page for details.
customise the output format used with B<-text>. The B<option> argument can be
a single option or multiple options separated by commas.
-See discission of the B<-certopt> parameter in the L<B<x509>|x509(1)>
+See discussion of the B<-certopt> parameter in the L<B<x509>|x509(1)>
command.