From 9c2351eb25e8be4fec2de14562d4dfbc1e7823f2 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Feb 2017 09:00:21 +1300 Subject: [PATCH] Correct "paramaters" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam (cherry-picked from Samba commit e0366ea49d5daa8fbf8b2ca22b1d3c77cc2daf9a) --- lib/hx509/cms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/cms.c b/lib/hx509/cms.c index 56dafae51..2cbcff8fb 100644 --- a/lib/hx509/cms.c +++ b/lib/hx509/cms.c @@ -633,7 +633,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; }