diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-12-31 22:40:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-12-31 22:40:41 +0000 |
commit | bc8a0ccdfd058433055f3935d657c549d920aeca (patch) | |
tree | a12637f99eea187c5c9e2242466cb7686a50c6b9 /lib | |
parent | d9c8aebd48075d14f27cfb53cc821638ca4704ef (diff) |
excpetions -> exceptions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/crypto.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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. |