Fix typo of BN_zero()
[oweals/openssl.git] / doc / crypto / BN_zero.pod
index 1112b73cc2c9b5341e7f9cdb69f587e1ade82638..fadc21b7fde29f036975f47874669609b28eed15 100644 (file)
@@ -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
 
@@ -55,8 +55,6 @@ unsigned long but this value is also returned on error.
 
 L<bn(3)>, L<BN_bn2bin(3)>
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.