Fixed typo in rsautl.pod
authorSoheil Rashidi <contact@soheilrashidi.com>
Wed, 28 Oct 2015 22:31:06 +0000 (02:01 +0330)
committerRich Salz <rsalz@openssl.org>
Mon, 2 Nov 2015 06:57:22 +0000 (01:57 -0500)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
doc/apps/rsautl.pod

index bc8767464162afe9545099747ad3b6f928564c60..6b98b518649c87da587509ae15e3e216c82b4b60 100644 (file)
@@ -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>