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>

(cherry-picked from Samba commit e0366ea49d5daa8fbf8b2ca22b1d3c77cc2daf9a)
This commit is contained in:
Chris Lamb
2017-02-18 09:00:21 +13:00
committed by Jeffrey Altman
parent d99b8acd1c
commit 9c2351eb25

View File

@@ -633,7 +633,7 @@ hx509_cms_envelope_1(hx509_context context,
if (enc_alg->parameters == NULL) { if (enc_alg->parameters == NULL) {
ret = ENOMEM; ret = ENOMEM;
hx509_set_error_string(context, 0, ret, hx509_set_error_string(context, 0, ret,
"Failed to allocate crypto paramaters " "Failed to allocate crypto parameters "
"for EnvelopedData"); "for EnvelopedData");
goto out; goto out;
} }