From ff5334a2770ef889e336d8088fa1f53f154e11a9 Mon Sep 17 00:00:00 2001
From: Fabian Keil
Date: Fri, 21 Aug 2020 13:45:49 +0200
Subject: [PATCH] ssl_send_certificate_error(): Fix spelling in the error
message
Sponsored by: Robert Klemme
---
ssl_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
"Server certificate verification failed\n"
"Server certificate verification failed
\n"
"Privoxy was unable "
- "to securely connnect to the destination server.
"
+ "to securely connect to the destination server.
"
"Reason: ";
const char message_end[] = "\r\n\r\n";
char reason[INVALID_CERT_INFO_BUF_SIZE];
--
2.39.2