diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 20:41:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 20:41:29 +0000 |
commit | db174ed465747271bae79ec96239d613fc347f3d (patch) | |
tree | 18a5f881012fae3871ab6ef0c0baf0234900e72b /usr.sbin/openssl | |
parent | 311d1a95ff9b1094a0879aa2539a9f3855dfd0a5 (diff) |
probabalistic -> probabilistic; from naddy
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 57d63cc12b3..015adda6388 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.78 2010/10/14 07:16:31 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.79 2010/10/14 20:41:28 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -5419,7 +5419,7 @@ The .Nm prime command is used to generate prime numbers, or to check numbers for primality. -Results are probabalistic: +Results are probabilistic: they have an exceedingly high likelihood of being correct, but are not guaranteed. .Pp |