From: Bodo Möller Date: Thu, 27 Jan 2000 08:57:57 +0000 (+0000) Subject: Correct typos that ispell did not find. X-Git-Tag: OpenSSL_0_9_5beta1~186 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=387ca353fae3e65fae7e51651180ce7e0f6a44f8;p=oweals%2Fopenssl.git Correct typos that ispell did not find. --- 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