From: Michal Bozon Date: Thu, 29 Oct 2015 15:48:00 +0000 (+0100) Subject: Fix "primarility" typo X-Git-Tag: OpenSSL_1_1_0-pre1~197 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e61434b427f00504859e9e01461fd8dc39700837;hp=00a8e14676f1552f1aac178f59cd39e3c94d6c3f Fix "primarility" typo Signed-off-by: Kurt Roeckx Reviewed-by: Rich Salz GH: #458 --- diff --git a/apps/prime.c b/apps/prime.c index b6c5ad58b8..b18257de7e 100644 --- a/apps/prime.c +++ b/apps/prime.c @@ -60,7 +60,7 @@ typedef enum OPTION_choice { OPTIONS prime_options[] = { {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"}, {OPT_HELP_STR, 1, '-', - " number Number to check for primarility\n"}, + " number Number to check for primality\n"}, {"help", OPT_HELP, '-', "Display this summary"}, {"hex", OPT_HEX, '-', "Hex output"}, {"generate", OPT_GENERATE, '-', "Generate a prime"},