diff options
Diffstat (limited to 'openssl/apps/pkeyparam.c')
-rw-r--r-- | openssl/apps/pkeyparam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/apps/pkeyparam.c b/openssl/apps/pkeyparam.c index 4319eb4de..7f18010f9 100644 --- a/openssl/apps/pkeyparam.c +++ b/openssl/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; } |