From: Mat Date: Tue, 13 Aug 2013 12:45:39 +0000 (+0200) Subject: typo X-Git-Tag: master-pre-reformat~1133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5628ec66730aaa5d3cc7bcbec7fd20b15b3a4911;p=openssl typo --- 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; }