summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-07-31 14:11:12 +0200
committerRichard Levitte <levitte@openssl.org>2016-08-01 16:17:44 +0200
commit6c1f368d882846e5624f8b47be951d16be65a30c (patch)
tree746f56b0291cc8e0ffe0ca92d17ecf4e8031e350 /doc
parentef8938c3e8609c40e2bad1a1d72c77fc22c06f2c (diff)
Fix typo of BN_zero()
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BN_zero.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_zero.pod b/doc/crypto/BN_zero.pod
index 17e63cf7a9..fadc21b7fd 100644
--- a/doc/crypto/BN_zero.pod
+++ b/doc/crypto/BN_zero.pod
@@ -42,7 +42,7 @@ be represented as an unsigned long.
BN_one(), BN_set_word() and the deprecated version of BN_zero()
return 1 on success, 0 otherwise.
BN_value_one() returns the constant.
-The preferred version of BN_zer() never fails and returns no value.
+The preferred version of BN_zero() never fails and returns no value.
=head1 BUGS