From 6c1f368d882846e5624f8b47be951d16be65a30c Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 31 Jul 2016 14:11:12 +0200 Subject: [PATCH] Fix typo of BN_zero() Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- doc/crypto/BN_zero.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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