summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_decrypt.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_decrypt.pod
parent6469a1fda3d850c8a73c69269b50147e3285581a (diff)
Spellcheck CMS docs.
Diffstat (limited to 'doc/crypto/CMS_decrypt.pod')
-rw-r--r--doc/crypto/CMS_decrypt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/CMS_decrypt.pod b/doc/crypto/CMS_decrypt.pod
index 02df55e36f..b6bb3b1188 100644
--- a/doc/crypto/CMS_decrypt.pod
+++ b/doc/crypto/CMS_decrypt.pod
@@ -30,7 +30,7 @@ needed to locate the appropriate (of possible several) recipients in the CMS
structure. If B<cert> is set to NULL all possible recipients are tried.
It is possible to determine the correct recipient key by other means (for
-example looking them up in a database) and settin them in the CMS strutucre
+example looking them up in a database) and setting them in the CMS structure
in advance using the CMS utility functions such as CMS_set1_pkey(). In this
case both B<cert> and B<pkey> should be set to NULL.