From: Mat Date: Tue, 13 Aug 2013 12:45:39 +0000 (+0200) Subject: typo X-Git-Tag: master-post-reformat~1186 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5628ec66730aaa5d3cc7bcbec7fd20b15b3a4911;p=oweals%2Fopenssl.git 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; }