spelling fix; from paul tagliamonte
authorjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 19:32:30 +0000 (19:32 +0000)
committerjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 19:32:30 +0000 (19:32 +0000)
ok tb

usr.bin/openssl/prime.c

index d27b234..d42ac20 100644 (file)
@@ -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,
        },