summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 09:00:21 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commite0366ea49d5daa8fbf8b2ca22b1d3c77cc2daf9a (patch)
tree26d3b6b0f78e430c2d22e65034c7b38a4c8b81be /source4/heimdal
parent45b14b18fe3f01ae8ea22afcd112205b8a4cf9bc (diff)
downloadsamba-e0366ea49d5daa8fbf8b2ca22b1d3c77cc2daf9a.tar.gz
Correct "paramaters" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/hx509/cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hx509/cms.c b/source4/heimdal/lib/hx509/cms.c
index 4e0a2e03fcb..6cff7d184fa 100644
--- a/source4/heimdal/lib/hx509/cms.c
+++ b/source4/heimdal/lib/hx509/cms.c
@@ -625,7 +625,7 @@ hx509_cms_envelope_1(hx509_context context,
if (enc_alg->parameters == NULL) {
ret = ENOMEM;
hx509_set_error_string(context, 0, ret,
- "Failed to allocate crypto paramaters "
+ "Failed to allocate crypto parameters "
"for EnvelopedData");
goto out;
}