From 7f834b63cc9a63ee8aa397a7b936c17c67fc3f58 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Feb 2017 09:00:16 +1300 Subject: [PATCH] Correct "explicity" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam (cherry picked from Samba commit 45b14b18fe3f01ae8ea22afcd112205b8a4cf9bc) --- lib/hx509/cert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index ecffb35d2..c7e3a55b3 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -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; }