summaryrefslogtreecommitdiffstats
path: root/apps/pkeyparam.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-10 11:00:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-10 11:00:12 +0000
commit791b7bc715913d73921a2ced57904bda9848071c (patch)
treee421801a9d7f401ff84986a2c1df0221fd005d30 /apps/pkeyparam.c
parent19ae090787b7897182a47ae8c38a0c1da9307738 (diff)
Fix usage messages and lookup digests later in req command.
(part of PR #1887)
Diffstat (limited to 'apps/pkeyparam.c')
-rw-r--r--apps/pkeyparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkeyparam.c b/apps/pkeyparam.c
index 4319eb4de5..7f18010f9d 100644
--- a/apps/pkeyparam.c
+++ b/apps/pkeyparam.c
@@ -179,7 +179,7 @@ int MAIN(int argc, char **argv)
pkey = PEM_read_bio_Parameters(in, NULL);
if (!pkey)
{
- BIO_printf(bio_err, "Error reading paramters\n");
+ BIO_printf(bio_err, "Error reading parameters\n");
ERR_print_errors(bio_err);
goto end;
}