diff options
author | jmc <> | 2010-10-14 20:41:28 +0000 |
---|---|---|
committer | jmc <> | 2010-10-14 20:41:28 +0000 |
commit | c4d2db97ae5975be802941c7adca968e953dd53c (patch) | |
tree | e478477fb68a7c3be5988e95fb0893b92670baf8 /src | |
parent | 7f96a67b863ec6b3a8e6030afddb73276e706f15 (diff) | |
download | openbsd-c4d2db97ae5975be802941c7adca968e953dd53c.tar.gz openbsd-c4d2db97ae5975be802941c7adca968e953dd53c.tar.bz2 openbsd-c4d2db97ae5975be802941c7adca968e953dd53c.zip |
probabalistic -> probabilistic; from naddy
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 57d63cc12b..015adda638 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.78 2010/10/14 07:16:31 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.79 2010/10/14 20:41:28 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -5419,7 +5419,7 @@ The | |||
5419 | .Nm prime | 5419 | .Nm prime |
5420 | command is used to generate prime numbers, | 5420 | command is used to generate prime numbers, |
5421 | or to check numbers for primality. | 5421 | or to check numbers for primality. |
5422 | Results are probabalistic: | 5422 | Results are probabilistic: |
5423 | they have an exceedingly high likelihood of being correct, | 5423 | they have an exceedingly high likelihood of being correct, |
5424 | but are not guaranteed. | 5424 | but are not guaranteed. |
5425 | .Pp | 5425 | .Pp |