summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_get0_type.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
commitc420fab52b8e97762445a721dbd0a4c965ef54ab (patch)
tree2340b2b082593ae1c311b9109a0503b614e85b4e /doc/crypto/CMS_get0_type.pod
parent6469a1fda3d850c8a73c69269b50147e3285581a (diff)
Spellcheck CMS docs.
Diffstat (limited to 'doc/crypto/CMS_get0_type.pod')
-rw-r--r--doc/crypto/CMS_get0_type.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/CMS_get0_type.pod b/doc/crypto/CMS_get0_type.pod
index 6f8f8f6578..8ff1c3115c 100644
--- a/doc/crypto/CMS_get0_type.pod
+++ b/doc/crypto/CMS_get0_type.pod
@@ -16,11 +16,11 @@
CMS_get0_type() returns the content type of a CMS_ContentInfo structure as
and ASN1_OBJECT pointer. An application can then decide how to process the
-CMS_ContentInfo strutucture based on this value.
+CMS_ContentInfo structure based on this value.
CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo
structure. It should be called with CMS functions with the B<CMS_PARTIAL>
-flag and B<before> the strutucre is finalised, otherwise the results are
+flag and B<before> the structure is finalised, otherwise the results are
undefined.
ASN1_OBJECT *CMS_get0_eContentType() returns a pointer to the embedded