spelling fixes (underun prefered relase encyption confunder)

[abartlet@samba.org: From Samba debian package at
 https://salsa.debian.org/samba-team/samba/-/blob/master/debian/patches/heimdal-spelling.patch?ref_type=heads]

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Michael Tokarev
2024-02-27 14:31:09 +13:00
committed by Jeffrey Altman
parent c753ed5b7f
commit c80c04b235
13 changed files with 17 additions and 18 deletions

View File

@@ -1506,7 +1506,7 @@ _hx509_calculate_path(hx509_context context,
if (path->len > max_depth) {
hx509_cert_free(current);
hx509_set_error_string(context, 0, HX509_PATH_TOO_LONG,
"Path too long while bulding "
"Path too long while building "
"certificate chain");
return HX509_PATH_TOO_LONG;
}

View File

@@ -62,8 +62,8 @@ error_code SIG_INVALID_FORMAT, "Invalid format on signature"
error_code OID_MISMATCH, "Mismatch between oids"
error_code NO_PROMPTER, "No prompter function defined"
error_code SIGNATURE_WITHOUT_SIGNER, "Signature requires signer, but none available"
error_code RSA_PUBLIC_ENCRYPT, "RSA public encyption failed"
error_code RSA_PRIVATE_ENCRYPT, "RSA private encyption failed"
error_code RSA_PUBLIC_ENCRYPT, "RSA public encryption failed"
error_code RSA_PRIVATE_ENCRYPT, "RSA private encryption failed"
error_code RSA_PUBLIC_DECRYPT, "RSA public decryption failed"
error_code RSA_PRIVATE_DECRYPT, "RSA private decryption failed"
error_code ALGORITHM_BEST_BEFORE, "Algorithm has passed its best before date"