From 5628ec66730aaa5d3cc7bcbec7fd20b15b3a4911 Mon Sep 17 00:00:00 2001 From: Mat Date: Tue, 13 Aug 2013 14:45:39 +0200 Subject: [PATCH] typo --- apps/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- GitLab