summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorA. Schulze <git@andeasschulze.de>2018-03-29 22:10:26 +0200
committerRichard Levitte <levitte@openssl.org>2018-04-19 11:10:17 +0200
commitaa3b328541ff67dde7c40ae73dd11a296647ae3d (patch)
tree9830341042b2bf3b9d2c1e14bcb3742bdea5b8c7 /apps
parent7f6dfa19dfbd1d009bf3ab36805b8d132d4ecd56 (diff)
correct spelling errors detected by Debian lintian
CLA: trivial Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5801)
Diffstat (limited to 'apps')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index 4ab636eb7a..ca4b7ec891 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -370,7 +370,7 @@ int req_main(int argc, char **argv)
if (addext_bio) {
if (verbose)
BIO_printf(bio_err,
- "Using additional configuraton from command line\n");
+ "Using additional configuration from command line\n");
addext_conf = app_load_config_bio(addext_bio, NULL);
}
if (template != default_config_file && !app_load_modules(req_conf))