From ec80cc02af7fb5b42ef1b159a7175ab18d7464c0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 26 Dec 2022 19:32:30 +0000 Subject: spelling fix; from paul tagliamonte ok tb --- src/usr.bin/openssl/prime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.bin/openssl/prime.c b/src/usr.bin/openssl/prime.c index d27b234e61..d42ac20f1c 100644 --- a/src/usr.bin/openssl/prime.c +++ b/src/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, }, -- cgit v1.2.3-55-g6feb