summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_zero.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BN_zero.pod')
-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