summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSoheil Rashidi <contact@soheilrashidi.com>2015-10-29 02:01:06 +0330
committerRich Salz <rsalz@openssl.org>2015-11-02 01:57:22 -0500
commit9f07c405bb66d4cba03b00f3a3c1df8bee300120 (patch)
tree2042ee5e7a6951c89538f0ce4b21d9743870bb58 /doc
parenta2aaf8be7e3c22a61ef89f273aa85f482b955336 (diff)
Fixed typo in rsautl.pod
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/rsautl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod
index bc87674641..6b98b51864 100644
--- a/doc/apps/rsautl.pod
+++ b/doc/apps/rsautl.pod
@@ -56,7 +56,7 @@ the input is a certificate containing an RSA public key.
=item B<-sign>
sign the input data and output the signed result. This requires
-and RSA private key.
+an RSA private key.
=item B<-verify>