[openssl-dev] [openssl.org #4053] [PATCH] Fix typo in prime.c error message

Michal Bozon via RT rt at openssl.org
Fri Sep 18 13:50:52 UTC 2015


s/Specifiy/Specify/

regards,
Michal Bozon

-------------- next part --------------
--- apps/prime.c.0
+++ apps/prime.c
@@ -121,7 +121,7 @@
         char *s;
 
         if (!bits) {
-            BIO_printf(bio_err, "Specifiy the number of bits.\n");
+            BIO_printf(bio_err, "Specify the number of bits.\n");
             goto end;
         }
         bn = BN_new();
-------------- next part --------------
_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod


More information about the openssl-dev mailing list