Stop warning if dtls disabled.
[openssl.git] / apps / pkeyparam.c
index 4319eb4de5163b68fd20600e6b75ed1e11fcd364..7f18010f9d142884e9b260aee91b19ddd610e313 100644 (file)
@@ -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;
                }