From 387ca353fae3e65fae7e51651180ce7e0f6a44f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 27 Jan 2000 08:57:57 +0000 Subject: [PATCH] Correct typos that ispell did not find. --- doc/crypto/BN_set_bit.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/crypto/BN_set_bit.pod b/doc/crypto/BN_set_bit.pod index fd887ecd89..bc581e701f 100644 --- a/doc/crypto/BN_set_bit.pod +++ b/doc/crypto/BN_set_bit.pod @@ -28,12 +28,12 @@ BN_set_bit() sets bit B in B to 1 (CEn)>). The number is expanded if necessary. BN_clear_bit() sets bit B in B to 0 (CEn)>). An -error occurs it B is shorter than B bits. +error occurs if B is shorter than B bits. BN_is_bit_set() tests if bit B in B is set. BN_mask_bits() truncates B to an B bit number -(CEn)>). An error occurs it B already is +(CEn)>). An error occurs if B already is shorter than B bits. BN_lshift() shifts B left by B bits and places the result in -- 2.25.1