summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ASN1_TYPE_get.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 11:05:13 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:23 -0400
commit186bb90705f848806783de512b3df6872552b304 (patch)
treee4b7c8d67e72e8f3fff8565bddd42e421176cec0 /doc/crypto/ASN1_TYPE_get.pod
parent8332f91cc0db4955259bca9f9138b5eff94d6e8c (diff)
RT3802: Fixes typos in doc/crypto/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/crypto/ASN1_TYPE_get.pod')
-rw-r--r--doc/crypto/ASN1_TYPE_get.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ASN1_TYPE_get.pod b/doc/crypto/ASN1_TYPE_get.pod
index 79f2e382e1..3fc9d2abba 100644
--- a/doc/crypto/ASN1_TYPE_get.pod
+++ b/doc/crypto/ASN1_TYPE_get.pod
@@ -78,7 +78,7 @@ ASN1_TYPE_get() returns the type of the ASN1_TYPE argument.
ASN1_TYPE_set() does not return a value.
-ASN1_TYPE_set1() returns 1 for sucess and 0 for failure.
+ASN1_TYPE_set1() returns 1 for success and 0 for failure.
ASN1_TYPE_cmp() returns 0 if the types are identical and non-zero otherwise.