summaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorMat <mtausig@fsmat.at>2013-08-13 14:45:39 +0200
committerBen Laurie <ben@links.org>2013-09-13 14:29:36 +0100
commit5628ec66730aaa5d3cc7bcbec7fd20b15b3a4911 (patch)
tree0d3a200f6083b4c836d932f42d7829ac7562a02c /apps/req.c
parentb0d27cb9028cbf552612baa42255737cca0e32d2 (diff)
typo
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index de1de4c768..303bbf9d17 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -904,7 +904,7 @@ loop:
if (subj && x509)
{
- BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
+ BIO_printf(bio_err, "Cannot modify certificate subject\n");
goto end;
}