Correct "explicity" 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 45b14b18fe3f01ae8ea22afcd112205b8a4cf9bc)
This commit is contained in:

committed by
Jeffrey Altman

parent
6d4da04566
commit
7f834b63cc
@@ -2120,7 +2120,7 @@ hx509_verify_path(hx509_context context,
|
||||
if (find_extension(c, &asn1_oid_id_x509_ce_subjectAltName, &j)) {
|
||||
ret = HX509_PROXY_CERT_INVALID;
|
||||
hx509_set_error_string(context, 0, ret,
|
||||
"Proxy certificate have explicity "
|
||||
"Proxy certificate have explicitly "
|
||||
"forbidden subjectAltName");
|
||||
goto out;
|
||||
}
|
||||
@@ -2129,7 +2129,7 @@ hx509_verify_path(hx509_context context,
|
||||
if (find_extension(c, &asn1_oid_id_x509_ce_issuerAltName, &j)) {
|
||||
ret = HX509_PROXY_CERT_INVALID;
|
||||
hx509_set_error_string(context, 0, ret,
|
||||
"Proxy certificate have explicity "
|
||||
"Proxy certificate have explicitly "
|
||||
"forbidden issuerAltName");
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user