Correct "paramaters" typos.
[nivanova/samba-autobuild/.git] / source4 / heimdal / lib / hx509 / cms.c
index 4e0a2e03fcb61a4ac2fe557cacb29bb3ecf95ba3..6cff7d184faadbe258e240fc094633bee67590df 100644 (file)
@@ -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;
        }