aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/ASN1_OBJECT_new.pod
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 12:28:58 -0400
committerRich Salz <rsalz@openssl.org>2016-03-19 20:23:22 -0400
commit35ed393e5e47d75f9496ed1464bca7fc82cd72d7 (patch)
tree5bf9a1ca3245418d518e1cbcab394c1bc585f9db /doc/crypto/ASN1_OBJECT_new.pod
parent34c2db9b562baffd30a6a2dda7d4247fadbf4acd (diff)
downloadopenssl-35ed393e5e47d75f9496ed1464bca7fc82cd72d7.zip
openssl-35ed393e5e47d75f9496ed1464bca7fc82cd72d7.tar.gz
openssl-35ed393e5e47d75f9496ed1464bca7fc82cd72d7.tar.bz2
Fixed a bunch of typos in the docs
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/crypto/ASN1_OBJECT_new.pod')
-rw-r--r--doc/crypto/ASN1_OBJECT_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ASN1_OBJECT_new.pod b/doc/crypto/ASN1_OBJECT_new.pod
index 486ccc9..cc9cf43 100644
--- a/doc/crypto/ASN1_OBJECT_new.pod
+++ b/doc/crypto/ASN1_OBJECT_new.pod
@@ -16,7 +16,7 @@ ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
The ASN1_OBJECT allocation routines, allocate and free an
ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
-ASN1_OBJECT_new() allocates and initializes a ASN1_OBJECT structure.
+ASN1_OBJECT_new() allocates and initializes an ASN1_OBJECT structure.
ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
If B<a> is NULL, nothing is done.