From: jsg Date: Fri, 31 Dec 2021 22:40:40 +0000 (+0000) Subject: excpetions -> exceptions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8579856e86410f6523fc59a238ff9493e278ff90;p=openbsd excpetions -> exceptions --- diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3 index 598eb305041..4c658d08305 100644 --- a/lib/libcrypto/man/crypto.3 +++ b/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.26 2021/12/09 15:11:48 schwarze Exp $ +.\" $OpenBSD: crypto.3,v 1.27 2021/12/31 22:40:40 jsg Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 9 2021 $ +.Dd $Mdocdate: December 31 2021 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -279,7 +279,7 @@ argument instead. internal to DER: The function encodes an object passed as an argument according to ASN.1 distinguished encoding rules (DER). -There are a few rare excpetions of functions that have +There are a few rare exceptions of functions that have .Dq i2d in their name but produce output anyway that only conforms to ASN.1 basic encoding rules (BER) and not to DER.