From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 21 Aug 2020 11:45:49 +0000 (+0200)
Subject: ssl_send_certificate_error(): Fix spelling in the error message
X-Git-Tag: v_3_0_29~207
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@proxy-info-url@?a=commitdiff_plain;h=ff5334a2770ef889e336d8088fa1f53f154e11a9;p=privoxy.git

ssl_send_certificate_error(): Fix spelling in the error message

Sponsored by: Robert Klemme
---

diff --git a/ssl_common.c b/ssl_common.c
index 20c1b24f..b81ead63 100644
--- a/ssl_common.c
+++ b/ssl_common.c
@@ -333,7 +333,7 @@ extern void ssl_send_certificate_error(struct client_state *csp)
       "<html><head><title>Server certificate verification failed</title></head>\n"
       "<body><h1>Server certificate verification failed</h1>\n"
       "<p><a href=\"https://" CGI_SITE_2_HOST "/\">Privoxy</a> was unable "
-      "to securely connnect to the destination server.</p>"
+      "to securely connect to the destination server.</p>"
       "<p>Reason: ";
    const char message_end[] = "</body></html>\r\n\r\n";
    char reason[INVALID_CERT_INFO_BUF_SIZE];