summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:32:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:32:31 +0000
commitc5b3ee00d4c3e7ff96680918bfdf48ebb87cd2c9 (patch)
tree9681c6aed346924f6dd656578449a86bd6d0c53e /usr.bin
parent2aec0f9046424bc88fc6d06a11fc55bb7d053e59 (diff)
spelling fix; from paul tagliamonte
ok tb
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/openssl/prime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/prime.c b/usr.bin/openssl/prime.c
index d27b234e614..d42ac20f1c0 100644
--- a/usr.bin/openssl/prime.c
+++ b/usr.bin/openssl/prime.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: prime.c,v 1.14 2022/11/11 17:07:39 joshua Exp $ */
+/* $OpenBSD: prime.c,v 1.15 2022/12/26 19:32:30 jmc Exp $ */
/* ====================================================================
* Copyright (c) 2004 The OpenSSL Project. All rights reserved.
*
@@ -75,7 +75,7 @@ static const struct option prime_options[] = {
{
.name = "checks",
.argname = "n",
- .desc = "Miller-Rabin probablistic primality test iterations",
+ .desc = "Miller-Rabin probabilistic primality test iterations",
.type = OPTION_ARG_INT,
.opt.value = &prime_config.checks,
},